GroupId | GroupIdorg.openjax.xml |
---|---|
ArtifactId | ArtifactIdapi |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
api-0.9.2.pom | |
api-0.9.2.jar | 26 KB |
api-0.9.2-tests.jar | 3 KB |
api-0.9.2-sources.jar | 26 KB |
api-0.9.2-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax.xml/api/ -->
<dependency>
<groupId>org.openjax.xml</groupId>
<artifactId>api</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.xml/api/
implementation 'org.openjax.xml:api:0.9.2'
// https://jarcasting.com/artifacts/org.openjax.xml/api/
implementation ("org.openjax.xml:api:0.9.2")
'org.openjax.xml:api:jar:0.9.2'
<dependency org="org.openjax.xml" name="api" rev="0.9.2">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.xml', module='api', version='0.9.2')
)
libraryDependencies += "org.openjax.xml" % "api" % "0.9.2"
[org.openjax.xml/api "0.9.2"]