GroupId | GroupIdcom.github.dita-ot |
---|---|
ArtifactId | ArtifactIddost |
Version | Version1.8.5 |
Type | Typejar |
Filename | Size |
---|---|
dost-1.8.5.pom | |
dost-1.8.5.jar | 493 KB |
dost-1.8.5-sources.jar | 329 KB |
dost-1.8.5-javadoc.jar | 756 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dita-ot/dost/ -->
<dependency>
<groupId>com.github.dita-ot</groupId>
<artifactId>dost</artifactId>
<version>1.8.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dita-ot/dost/
implementation 'com.github.dita-ot:dost:1.8.5'
// https://jarcasting.com/artifacts/com.github.dita-ot/dost/
implementation ("com.github.dita-ot:dost:1.8.5")
'com.github.dita-ot:dost:jar:1.8.5'
<dependency org="com.github.dita-ot" name="dost" rev="1.8.5">
<artifact name="dost" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dita-ot', module='dost', version='1.8.5')
)
libraryDependencies += "com.github.dita-ot" % "dost" % "1.8.5"
[com.github.dita-ot/dost "1.8.5"]