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