Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.lordofthejars.diferencia |
ArtifactId | ArtifactIddiferencia-java-core |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
diferencia-java-core-0.6.0.pom | |
diferencia-java-core-0.6.0.jar | 12 MB |
diferencia-java-core-0.6.0-sources.jar | 12 MB |
diferencia-java-core-0.6.0-javadoc.jar | 466 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-core/ -->
<dependency>
<groupId>com.lordofthejars.diferencia</groupId>
<artifactId>diferencia-java-core</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-core/
implementation 'com.lordofthejars.diferencia:diferencia-java-core:0.6.0'
// https://jarcasting.com/artifacts/com.lordofthejars.diferencia/diferencia-java-core/
implementation ("com.lordofthejars.diferencia:diferencia-java-core:0.6.0")
'com.lordofthejars.diferencia:diferencia-java-core:jar:0.6.0'
<dependency org="com.lordofthejars.diferencia" name="diferencia-java-core" rev="0.6.0">
<artifact name="diferencia-java-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lordofthejars.diferencia', module='diferencia-java-core', version='0.6.0')
)
libraryDependencies += "com.lordofthejars.diferencia" % "diferencia-java-core" % "0.6.0"
[com.lordofthejars.diferencia/diferencia-java-core "0.6.0"]