Categories |
CategoriesUML Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdcom.github.fluorumlabs |
ArtifactId | ArtifactIdasciidocj |
Version | Version1.0.0-alpha2 |
Type | Typejar |
Filename | Size |
---|---|
asciidocj-1.0.0-alpha2.pom | |
asciidocj-1.0.0-alpha2.jar | 146 KB |
asciidocj-1.0.0-alpha2-sources.jar | 158 KB |
asciidocj-1.0.0-alpha2-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fluorumlabs/asciidocj/ -->
<dependency>
<groupId>com.github.fluorumlabs</groupId>
<artifactId>asciidocj</artifactId>
<version>1.0.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fluorumlabs/asciidocj/
implementation 'com.github.fluorumlabs:asciidocj:1.0.0-alpha2'
// https://jarcasting.com/artifacts/com.github.fluorumlabs/asciidocj/
implementation ("com.github.fluorumlabs:asciidocj:1.0.0-alpha2")
'com.github.fluorumlabs:asciidocj:jar:1.0.0-alpha2'
<dependency org="com.github.fluorumlabs" name="asciidocj" rev="1.0.0-alpha2">
<artifact name="asciidocj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fluorumlabs', module='asciidocj', version='1.0.0-alpha2')
)
libraryDependencies += "com.github.fluorumlabs" % "asciidocj" % "1.0.0-alpha2"
[com.github.fluorumlabs/asciidocj "1.0.0-alpha2"]