is not current version
Last Version 0.0.4

com.codeminer42:dismantle 0.0.3

A Mantle clone in Java. An easy way to create and externalize objects using maps.

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.codeminer42
ArtifactId

ArtifactId

dismantle
Version

Version

0.0.3
Type

Type

jar

Download dismantle 0.0.3


<!-- 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"]