| GroupId | GroupIdpro.javatar.commons |
|---|---|
| ArtifactId | ArtifactIdjavatar-commons |
| Version | Version0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| javatar-commons-0.7.pom | |
| javatar-commons-0.7.jar | 11 KB |
| javatar-commons-0.7-sources.jar | 7 KB |
| javatar-commons-0.7-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pro.javatar.commons/javatar-commons/ -->
<dependency>
<groupId>pro.javatar.commons</groupId>
<artifactId>javatar-commons</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/pro.javatar.commons/javatar-commons/
implementation 'pro.javatar.commons:javatar-commons:0.7'
// https://jarcasting.com/artifacts/pro.javatar.commons/javatar-commons/
implementation ("pro.javatar.commons:javatar-commons:0.7")
'pro.javatar.commons:javatar-commons:jar:0.7'
<dependency org="pro.javatar.commons" name="javatar-commons" rev="0.7">
<artifact name="javatar-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='pro.javatar.commons', module='javatar-commons', version='0.7')
)
libraryDependencies += "pro.javatar.commons" % "javatar-commons" % "0.7"
[pro.javatar.commons/javatar-commons "0.7"]