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