GroupId | GroupIdorg.smartdeveloperhub.vocabulary |
---|---|
ArtifactId | ArtifactIdsdh-vocabulary |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
sdh-vocabulary-0.1.0.pom | |
sdh-vocabulary-0.1.0.jar | 1 MB |
sdh-vocabulary-0.1.0-tests.jar | 29 KB |
sdh-vocabulary-0.1.0-sources.jar | 1 MB |
sdh-vocabulary-0.1.0-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartdeveloperhub.vocabulary/sdh-vocabulary/ -->
<dependency>
<groupId>org.smartdeveloperhub.vocabulary</groupId>
<artifactId>sdh-vocabulary</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartdeveloperhub.vocabulary/sdh-vocabulary/
implementation 'org.smartdeveloperhub.vocabulary:sdh-vocabulary:0.1.0'
// https://jarcasting.com/artifacts/org.smartdeveloperhub.vocabulary/sdh-vocabulary/
implementation ("org.smartdeveloperhub.vocabulary:sdh-vocabulary:0.1.0")
'org.smartdeveloperhub.vocabulary:sdh-vocabulary:jar:0.1.0'
<dependency org="org.smartdeveloperhub.vocabulary" name="sdh-vocabulary" rev="0.1.0">
<artifact name="sdh-vocabulary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartdeveloperhub.vocabulary', module='sdh-vocabulary', version='0.1.0')
)
libraryDependencies += "org.smartdeveloperhub.vocabulary" % "sdh-vocabulary" % "0.1.0"
[org.smartdeveloperhub.vocabulary/sdh-vocabulary "0.1.0"]