is not current version
Last Version 1.1.1

org.dihedron.commons:dihedron-commons 1.0.0

Base set of functionalities, including simple utility classes and more complex patterns.

GroupId

GroupId

org.dihedron.commons
ArtifactId

ArtifactId

dihedron-commons
Version

Version

1.0.0
Type

Type

jar

Download dihedron-commons 1.0.0


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