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