Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.walterjwhite.infrastructure.datastore.api |
ArtifactId | ArtifactIdmodel |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
model-0.0.13.pom | |
model-0.0.13.jar | 14 KB |
model-0.0.13-sources.jar | 11 KB |
model-0.0.13-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/model/ -->
<dependency>
<groupId>com.walterjwhite.infrastructure.datastore.api</groupId>
<artifactId>model</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/model/
implementation 'com.walterjwhite.infrastructure.datastore.api:model:0.0.13'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/model/
implementation ("com.walterjwhite.infrastructure.datastore.api:model:0.0.13")
'com.walterjwhite.infrastructure.datastore.api:model:jar:0.0.13'
<dependency org="com.walterjwhite.infrastructure.datastore.api" name="model" rev="0.0.13">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.datastore.api', module='model', version='0.0.13')
)
libraryDependencies += "com.walterjwhite.infrastructure.datastore.api" % "model" % "0.0.13"
[com.walterjwhite.infrastructure.datastore.api/model "0.0.13"]