License |
License |
---|---|
GroupId | GroupIdorg.dihedron.commons |
ArtifactId | ArtifactIddihedron-commons |
Version | Version1.1.1 |
Type | Typejar |
Description |
DescriptionCore Utility Classes & Patterns
Base set of functionalities, including simple utility classes and more complex patterns.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dihedron-commons-1.1.1.pom | |
dihedron-commons-1.1.1.jar | 395 KB |
dihedron-commons-1.1.1-sources.jar | 337 KB |
dihedron-commons-1.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.commons/dihedron-commons/ -->
<dependency>
<groupId>org.dihedron.commons</groupId>
<artifactId>dihedron-commons</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.commons/dihedron-commons/
implementation 'org.dihedron.commons:dihedron-commons:1.1.1'
// https://jarcasting.com/artifacts/org.dihedron.commons/dihedron-commons/
implementation ("org.dihedron.commons:dihedron-commons:1.1.1")
'org.dihedron.commons:dihedron-commons:jar:1.1.1'
<dependency org="org.dihedron.commons" name="dihedron-commons" rev="1.1.1">
<artifact name="dihedron-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.commons', module='dihedron-commons', version='1.1.1')
)
libraryDependencies += "org.dihedron.commons" % "dihedron-commons" % "1.1.1"
[org.dihedron.commons/dihedron-commons "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
log4j : log4j | jar | 1.2.17 |
junit : junit | jar | 4.11 |