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