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