| GroupId | GroupIdorg.dihedron.commons |
|---|---|
| ArtifactId | ArtifactIdcommons |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-0.0.6.pom | |
| commons-0.0.6.jar | 74 KB |
| commons-0.0.6-sources.jar | 79 KB |
| commons-0.0.6-javadoc.jar | 341 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.commons/commons/ -->
<dependency>
<groupId>org.dihedron.commons</groupId>
<artifactId>commons</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.commons/commons/
implementation 'org.dihedron.commons:commons:0.0.6'
// https://jarcasting.com/artifacts/org.dihedron.commons/commons/
implementation ("org.dihedron.commons:commons:0.0.6")
'org.dihedron.commons:commons:jar:0.0.6'
<dependency org="org.dihedron.commons" name="commons" rev="0.0.6">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.commons', module='commons', version='0.0.6')
)
libraryDependencies += "org.dihedron.commons" % "commons" % "0.0.6"
[org.dihedron.commons/commons "0.0.6"]