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