| GroupId | GroupIdio.github.emanuelvictor |
|---|---|
| ArtifactId | ArtifactIdcommons |
| Version | Version0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-0.9.pom | |
| commons-0.9.jar | 29 KB |
| commons-0.9-sources.jar | 21 KB |
| commons-0.9-javadoc.jar | 464 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.emanuelvictor/commons/ -->
<dependency>
<groupId>io.github.emanuelvictor</groupId>
<artifactId>commons</artifactId>
<version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.emanuelvictor/commons/
implementation 'io.github.emanuelvictor:commons:0.9'
// https://jarcasting.com/artifacts/io.github.emanuelvictor/commons/
implementation ("io.github.emanuelvictor:commons:0.9")
'io.github.emanuelvictor:commons:jar:0.9'
<dependency org="io.github.emanuelvictor" name="commons" rev="0.9">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.emanuelvictor', module='commons', version='0.9')
)
libraryDependencies += "io.github.emanuelvictor" % "commons" % "0.9"
[io.github.emanuelvictor/commons "0.9"]