GroupId | GroupIdcom.aparzev |
---|---|
ArtifactId | ArtifactIdcommons |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-0.2.pom | |
commons-0.2.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aparzev/commons/ -->
<dependency>
<groupId>com.aparzev</groupId>
<artifactId>commons</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aparzev/commons/
implementation 'com.aparzev:commons:0.2'
// https://jarcasting.com/artifacts/com.aparzev/commons/
implementation ("com.aparzev:commons:0.2")
'com.aparzev:commons:jar:0.2'
<dependency org="com.aparzev" name="commons" rev="0.2">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aparzev', module='commons', version='0.2')
)
libraryDependencies += "com.aparzev" % "commons" % "0.2"
[com.aparzev/commons "0.2"]