is not current version
Last Version 0.1.1

org.dihedron.commons:commons 0.0.5


GroupId

GroupId

org.dihedron.commons
ArtifactId

ArtifactId

commons
Version

Version

0.0.5
Type

Type

jar

Download commons 0.0.5


<!-- https://jarcasting.com/artifacts/org.dihedron.commons/commons/ -->
<dependency>
    <groupId>org.dihedron.commons</groupId>
    <artifactId>commons</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.commons/commons/
implementation 'org.dihedron.commons:commons:0.0.5'
// https://jarcasting.com/artifacts/org.dihedron.commons/commons/
implementation ("org.dihedron.commons:commons:0.0.5")
'org.dihedron.commons:commons:jar:0.0.5'
<dependency org="org.dihedron.commons" name="commons" rev="0.0.5">
  <artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.commons', module='commons', version='0.0.5')
)
libraryDependencies += "org.dihedron.commons" % "commons" % "0.0.5"
[org.dihedron.commons/commons "0.0.5"]