GroupId | GroupIdorg.chenillekit |
---|---|
ArtifactId | ArtifactIdchenillekit-scripting |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
chenillekit-scripting-1.2.0.pom | |
chenillekit-scripting-1.2.0.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.chenillekit/chenillekit-scripting/ -->
<dependency>
<groupId>org.chenillekit</groupId>
<artifactId>chenillekit-scripting</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.chenillekit/chenillekit-scripting/
implementation 'org.chenillekit:chenillekit-scripting:1.2.0'
// https://jarcasting.com/artifacts/org.chenillekit/chenillekit-scripting/
implementation ("org.chenillekit:chenillekit-scripting:1.2.0")
'org.chenillekit:chenillekit-scripting:jar:1.2.0'
<dependency org="org.chenillekit" name="chenillekit-scripting" rev="1.2.0">
<artifact name="chenillekit-scripting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.chenillekit', module='chenillekit-scripting', version='1.2.0')
)
libraryDependencies += "org.chenillekit" % "chenillekit-scripting" % "1.2.0"
[org.chenillekit/chenillekit-scripting "1.2.0"]