GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdcatalogue-model |
Version | Version0.9.86 |
Type | Typejar |
Filename | Size |
---|---|
catalogue-model-0.9.86.pom | |
catalogue-model-0.9.86.jar | 30 KB |
catalogue-model-0.9.86-tests.jar | 1 KB |
catalogue-model-0.9.86-sources.jar | 48 KB |
catalogue-model-0.9.86-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/catalogue-model/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>catalogue-model</artifactId>
<version>0.9.86</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/catalogue-model/
implementation 'com.thesett:catalogue-model:0.9.86'
// https://jarcasting.com/artifacts/com.thesett/catalogue-model/
implementation ("com.thesett:catalogue-model:0.9.86")
'com.thesett:catalogue-model:jar:0.9.86'
<dependency org="com.thesett" name="catalogue-model" rev="0.9.86">
<artifact name="catalogue-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='catalogue-model', version='0.9.86')
)
libraryDependencies += "com.thesett" % "catalogue-model" % "0.9.86"
[com.thesett/catalogue-model "0.9.86"]