GroupId | GroupIdorg.jamgo |
---|---|
ArtifactId | ArtifactIdjamgo-model |
Version | Version5.0.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
jamgo-model-5.0.0-M2.pom | |
jamgo-model-5.0.0-M2.jar | 57 KB |
jamgo-model-5.0.0-M2-tests.jar | 187 KB |
jamgo-model-5.0.0-M2-sources.jar | 46 KB |
jamgo-model-5.0.0-M2-javadoc.jar | 570 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jamgo/jamgo-model/ -->
<dependency>
<groupId>org.jamgo</groupId>
<artifactId>jamgo-model</artifactId>
<version>5.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jamgo/jamgo-model/
implementation 'org.jamgo:jamgo-model:5.0.0-M2'
// https://jarcasting.com/artifacts/org.jamgo/jamgo-model/
implementation ("org.jamgo:jamgo-model:5.0.0-M2")
'org.jamgo:jamgo-model:jar:5.0.0-M2'
<dependency org="org.jamgo" name="jamgo-model" rev="5.0.0-M2">
<artifact name="jamgo-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jamgo', module='jamgo-model', version='5.0.0-M2')
)
libraryDependencies += "org.jamgo" % "jamgo-model" % "5.0.0-M2"
[org.jamgo/jamgo-model "5.0.0-M2"]