GroupId | GroupIdorg.ow2.chameleon |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.2.6 |
Type | Typejar |
Filename | Size |
---|---|
core-0.2.6.pom | |
core-0.2.6.jar | 30 KB |
core-0.2.6-sources.jar | 24 KB |
core-0.2.6-project.zip | 1 MB |
core-0.2.6-project.tar.gz | 1 MB |
core-0.2.6-distribution.zip | 1 MB |
core-0.2.6-bin.zip | 57 KB |
core-0.2.6-bin.tar.gz | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.chameleon/core/ -->
<dependency>
<groupId>org.ow2.chameleon</groupId>
<artifactId>core</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.chameleon/core/
implementation 'org.ow2.chameleon:core:0.2.6'
// https://jarcasting.com/artifacts/org.ow2.chameleon/core/
implementation ("org.ow2.chameleon:core:0.2.6")
'org.ow2.chameleon:core:jar:0.2.6'
<dependency org="org.ow2.chameleon" name="core" rev="0.2.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.chameleon', module='core', version='0.2.6')
)
libraryDependencies += "org.ow2.chameleon" % "core" % "0.2.6"
[org.ow2.chameleon/core "0.2.6"]