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