GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdcatalogue-example |
Version | Version0.8.18 |
Type | Typepom |
Filename | Size |
---|---|
catalogue-example-0.8.18.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/catalogue-example/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>catalogue-example</artifactId>
<version>0.8.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/catalogue-example/
implementation 'com.thesett:catalogue-example:0.8.18'
// https://jarcasting.com/artifacts/com.thesett/catalogue-example/
implementation ("com.thesett:catalogue-example:0.8.18")
'com.thesett:catalogue-example:pom:0.8.18'
<dependency org="com.thesett" name="catalogue-example" rev="0.8.18">
<artifact name="catalogue-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='catalogue-example', version='0.8.18')
)
libraryDependencies += "com.thesett" % "catalogue-example" % "0.8.18"
[com.thesett/catalogue-example "0.8.18"]