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