GroupId | GroupIdorg.jamgo |
---|---|
ArtifactId | ArtifactIdjamgo-model |
Version | Version4.0.1 |
Type | Typepom |
Filename | Size |
---|---|
jamgo-model-4.0.1.pom | |
jamgo-model-4.0.1.jar | 3 KB |
jamgo-model-4.0.1-sources.jar | 23 KB |
jamgo-model-4.0.1-javadoc.jar | 159 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jamgo/jamgo-model/ -->
<dependency>
<groupId>org.jamgo</groupId>
<artifactId>jamgo-model</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jamgo/jamgo-model/
implementation 'org.jamgo:jamgo-model:4.0.1'
// https://jarcasting.com/artifacts/org.jamgo/jamgo-model/
implementation ("org.jamgo:jamgo-model:4.0.1")
'org.jamgo:jamgo-model:pom:4.0.1'
<dependency org="org.jamgo" name="jamgo-model" rev="4.0.1">
<artifact name="jamgo-model" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jamgo', module='jamgo-model', version='4.0.1')
)
libraryDependencies += "org.jamgo" % "jamgo-model" % "4.0.1"
[org.jamgo/jamgo-model "4.0.1"]