GroupId | GroupIdorg.lappsgrid |
---|---|
ArtifactId | ArtifactIdvocabulary |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
vocabulary-2.3.1.pom | |
vocabulary-2.3.1.jar | 19 KB |
vocabulary-2.3.1-sources.jar | 6 KB |
vocabulary-2.3.1-javadoc.jar | 176 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.lappsgrid/vocabulary/ -->
<dependency>
<groupId>org.lappsgrid</groupId>
<artifactId>vocabulary</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.lappsgrid/vocabulary/
implementation 'org.lappsgrid:vocabulary:2.3.1'
// https://jarcasting.com/artifacts/org.lappsgrid/vocabulary/
implementation ("org.lappsgrid:vocabulary:2.3.1")
'org.lappsgrid:vocabulary:jar:2.3.1'
<dependency org="org.lappsgrid" name="vocabulary" rev="2.3.1">
<artifact name="vocabulary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lappsgrid', module='vocabulary', version='2.3.1')
)
libraryDependencies += "org.lappsgrid" % "vocabulary" % "2.3.1"
[org.lappsgrid/vocabulary "2.3.1"]