License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.codeminer42 |
ArtifactId | ArtifactIddismantle |
Version | Version0.0.4 |
Type | Typejar |
Description |
Descriptiondismantle
A Mantle clone in Java. An easy way to create and externalize objects using maps.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dismantle-0.0.4.pom | |
dismantle-0.0.4.jar | 4 KB |
dismantle-0.0.4-sources.jar | 2 KB |
dismantle-0.0.4-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codeminer42/dismantle/ -->
<dependency>
<groupId>com.codeminer42</groupId>
<artifactId>dismantle</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeminer42/dismantle/
implementation 'com.codeminer42:dismantle:0.0.4'
// https://jarcasting.com/artifacts/com.codeminer42/dismantle/
implementation ("com.codeminer42:dismantle:0.0.4")
'com.codeminer42:dismantle:jar:0.0.4'
<dependency org="com.codeminer42" name="dismantle" rev="0.0.4">
<artifact name="dismantle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeminer42', module='dismantle', version='0.0.4')
)
libraryDependencies += "com.codeminer42" % "dismantle" % "0.0.4"
[com.codeminer42/dismantle "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
net.vidageek : mirror | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.+ |