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