GroupId | GroupIdorg.dihedron.commons |
---|---|
ArtifactId | ArtifactIddihedron-commons |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
dihedron-commons-1.1.0.pom | |
dihedron-commons-1.1.0.jar | 277 KB |
dihedron-commons-1.1.0-sources.jar | 224 KB |
dihedron-commons-1.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.commons/dihedron-commons/
implementation 'org.dihedron.commons:dihedron-commons:1.1.0'
// https://jarcasting.com/artifacts/org.dihedron.commons/dihedron-commons/
implementation ("org.dihedron.commons:dihedron-commons:1.1.0")
'org.dihedron.commons:dihedron-commons:jar:1.1.0'
<dependency org="org.dihedron.commons" name="dihedron-commons" rev="1.1.0">
<artifact name="dihedron-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.commons', module='dihedron-commons', version='1.1.0')
)
libraryDependencies += "org.dihedron.commons" % "dihedron-commons" % "1.1.0"
[org.dihedron.commons/dihedron-commons "1.1.0"]