GroupId | GroupIdorg.kevoree |
---|---|
ArtifactId | ArtifactIdorg.kevoree.kompare |
Version | Version2.0.11 |
Type | Typejar |
Filename | Size |
---|---|
org.kevoree.kompare-2.0.11.pom | |
org.kevoree.kompare-2.0.11.jar | 41 KB |
org.kevoree.kompare-2.0.11-sources.jar | 10 KB |
org.kevoree.kompare-2.0.11-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree/org.kevoree.kompare/ -->
<dependency>
<groupId>org.kevoree</groupId>
<artifactId>org.kevoree.kompare</artifactId>
<version>2.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree/org.kevoree.kompare/
implementation 'org.kevoree:org.kevoree.kompare:2.0.11'
// https://jarcasting.com/artifacts/org.kevoree/org.kevoree.kompare/
implementation ("org.kevoree:org.kevoree.kompare:2.0.11")
'org.kevoree:org.kevoree.kompare:jar:2.0.11'
<dependency org="org.kevoree" name="org.kevoree.kompare" rev="2.0.11">
<artifact name="org.kevoree.kompare" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree', module='org.kevoree.kompare', version='2.0.11')
)
libraryDependencies += "org.kevoree" % "org.kevoree.kompare" % "2.0.11"
[org.kevoree/org.kevoree.kompare "2.0.11"]