GroupId | GroupIdse.somath.publisher |
---|---|
ArtifactId | ArtifactIdmodel |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
model-1.0.0.pom | |
model-1.0.0.jar | 18 KB |
model-1.0.0-sources.jar | 9 KB |
model-1.0.0-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.somath.publisher/model/ -->
<dependency>
<groupId>se.somath.publisher</groupId>
<artifactId>model</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.somath.publisher/model/
implementation 'se.somath.publisher:model:1.0.0'
// https://jarcasting.com/artifacts/se.somath.publisher/model/
implementation ("se.somath.publisher:model:1.0.0")
'se.somath.publisher:model:jar:1.0.0'
<dependency org="se.somath.publisher" name="model" rev="1.0.0">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.somath.publisher', module='model', version='1.0.0')
)
libraryDependencies += "se.somath.publisher" % "model" % "1.0.0"
[se.somath.publisher/model "1.0.0"]