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