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