GroupId | GroupIdorg.unlaxer |
---|---|
ArtifactId | ArtifactIdunlaxer-vocabulary |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
unlaxer-vocabulary-1.1.2.pom | |
unlaxer-vocabulary-1.1.2.jar | 261 bytes |
unlaxer-vocabulary-1.1.2-sources.jar | 261 bytes |
unlaxer-vocabulary-1.1.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/unlaxer-vocabulary/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>unlaxer-vocabulary</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-vocabulary/
implementation 'org.unlaxer:unlaxer-vocabulary:1.1.2'
// https://jarcasting.com/artifacts/org.unlaxer/unlaxer-vocabulary/
implementation ("org.unlaxer:unlaxer-vocabulary:1.1.2")
'org.unlaxer:unlaxer-vocabulary:jar:1.1.2'
<dependency org="org.unlaxer" name="unlaxer-vocabulary" rev="1.1.2">
<artifact name="unlaxer-vocabulary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='unlaxer-vocabulary', version='1.1.2')
)
libraryDependencies += "org.unlaxer" % "unlaxer-vocabulary" % "1.1.2"
[org.unlaxer/unlaxer-vocabulary "1.1.2"]