GroupId | GroupIdorg.ow2.chameleon |
---|---|
ArtifactId | ArtifactIdscripts |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
scripts-0.2.1.pom | |
scripts-0.2.1.zip | 10 KB |
scripts-0.2.1-sources.jar | 6 KB |
scripts-0.2.1-project.zip | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.chameleon/scripts/ -->
<dependency>
<groupId>org.ow2.chameleon</groupId>
<artifactId>scripts</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.chameleon/scripts/
implementation 'org.ow2.chameleon:scripts:0.2.1'
// https://jarcasting.com/artifacts/org.ow2.chameleon/scripts/
implementation ("org.ow2.chameleon:scripts:0.2.1")
'org.ow2.chameleon:scripts:jar:0.2.1'
<dependency org="org.ow2.chameleon" name="scripts" rev="0.2.1">
<artifact name="scripts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.chameleon', module='scripts', version='0.2.1')
)
libraryDependencies += "org.ow2.chameleon" % "scripts" % "0.2.1"
[org.ow2.chameleon/scripts "0.2.1"]