-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathasciidoctorj.json
24 lines (24 loc) · 966 Bytes
/
asciidoctorj.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "3.0.0",
"description": "Asciidoctor integration & API for Java and other JVM languages",
"homepage": "https://asciidoctor.org/docs/asciidoctorj",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/3.0.0/asciidoctorj-3.0.0-bin.zip",
"hash": "6d6fed763aa441746f57e98aeaa302678b62c8420ffced00e2cfd979a9377c17",
"extract_dir": "asciidoctorj-3.0.0",
"bin": "bin\\asciidoctorj.bat",
"checkver": {
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/maven-metadata.xml",
"xpath": "/metadata/versioning/latest"
},
"autoupdate": {
"url": "https://repo1.maven.org/maven2/org/asciidoctor/asciidoctorj/$version/asciidoctorj-$version-bin.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "asciidoctorj-$version"
}
}