Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.walterjwhite.infrastructure.datastore.api |
ArtifactId | ArtifactIdmodel |
Version | Version0.0.14 |
Type | Typejar |
Filename | Size |
---|---|
model-0.0.14.pom | |
model-0.0.14.jar | 14 KB |
model-0.0.14-sources.jar | 15 KB |
model-0.0.14-javadoc.jar | 108 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.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/model/
implementation 'com.walterjwhite.infrastructure.datastore.api:model:0.0.14'
// https://jarcasting.com/artifacts/com.walterjwhite.infrastructure.datastore.api/model/
implementation ("com.walterjwhite.infrastructure.datastore.api:model:0.0.14")
'com.walterjwhite.infrastructure.datastore.api:model:jar:0.0.14'
<dependency org="com.walterjwhite.infrastructure.datastore.api" name="model" rev="0.0.14">
<artifact name="model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.walterjwhite.infrastructure.datastore.api', module='model', version='0.0.14')
)
libraryDependencies += "com.walterjwhite.infrastructure.datastore.api" % "model" % "0.0.14"
[com.walterjwhite.infrastructure.datastore.api/model "0.0.14"]