Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.codeminer42 |
ArtifactId | ArtifactIddismantle |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
dismantle-0.0.3.pom | |
dismantle-0.0.3.jar | 3 KB |
dismantle-0.0.3-sources.jar | 2 KB |
dismantle-0.0.3-javadoc.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeminer42/dismantle/ -->
<dependency>
<groupId>com.codeminer42</groupId>
<artifactId>dismantle</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeminer42/dismantle/
implementation 'com.codeminer42:dismantle:0.0.3'
// https://jarcasting.com/artifacts/com.codeminer42/dismantle/
implementation ("com.codeminer42:dismantle:0.0.3")
'com.codeminer42:dismantle:jar:0.0.3'
<dependency org="com.codeminer42" name="dismantle" rev="0.0.3">
<artifact name="dismantle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeminer42', module='dismantle', version='0.0.3')
)
libraryDependencies += "com.codeminer42" % "dismantle" % "0.0.3"
[com.codeminer42/dismantle "0.0.3"]