GroupId | GroupIdorg.dihedron.commons |
---|---|
ArtifactId | ArtifactIddihedron-commons |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
dihedron-commons-1.0.0.pom | |
dihedron-commons-1.0.0.jar | 234 KB |
dihedron-commons-1.0.0-sources.jar | 193 KB |
dihedron-commons-1.0.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.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"]