Categories |
CategoriesNet |
---|---|
GroupId | GroupIdit.netgrid.got |
ArtifactId | ArtifactIdmodel |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
model-0.0.1.pom | |
model-0.0.1.jar | 2 KB |
model-0.0.1-sources.jar | 740 bytes |
model-0.0.1-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/it.netgrid.got/model/ -->
<dependency>
<groupId>it.netgrid.got</groupId>
<artifactId>model</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.netgrid.got/model/
implementation 'it.netgrid.got:model:0.0.1'
// https://jarcasting.com/artifacts/it.netgrid.got/model/
implementation ("it.netgrid.got:model:0.0.1")
'it.netgrid.got:model:jar:0.0.1'
<dependency org="it.netgrid.got" name="model" rev="0.0.1">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.netgrid.got', module='model', version='0.0.1')
)
libraryDependencies += "it.netgrid.got" % "model" % "0.0.1"
[it.netgrid.got/model "0.0.1"]