GroupId | GroupIdorg.ow2.chameleon |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
core-0.2.0.pom | |
core-0.2.0.jar | 28 KB |
core-0.2.0-sources.jar | 22 KB |
core-0.2.0-project.zip | 2 MB |
core-0.2.0-project.tar.gz | 2 MB |
core-0.2.0-bin.zip | 52 KB |
core-0.2.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.chameleon/core/
implementation 'org.ow2.chameleon:core:0.2.0'
// https://jarcasting.com/artifacts/org.ow2.chameleon/core/
implementation ("org.ow2.chameleon:core:0.2.0")
'org.ow2.chameleon:core:jar:0.2.0'
<dependency org="org.ow2.chameleon" name="core" rev="0.2.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.chameleon', module='core', version='0.2.0')
)
libraryDependencies += "org.ow2.chameleon" % "core" % "0.2.0"
[org.ow2.chameleon/core "0.2.0"]