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