License |
License |
---|---|
GroupId | GroupIdme.lucko |
ArtifactId | ArtifactIdscriptcontroller |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScriptController
Extended API for Java's Scripting Engine framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scriptcontroller-1.2.pom | |
scriptcontroller-1.2.jar | 48 KB |
scriptcontroller-1.2-sources.jar | 49 KB |
scriptcontroller-1.2-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.lucko/scriptcontroller/ -->
<dependency>
<groupId>me.lucko</groupId>
<artifactId>scriptcontroller</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/scriptcontroller/
implementation 'me.lucko:scriptcontroller:1.2'
// https://jarcasting.com/artifacts/me.lucko/scriptcontroller/
implementation ("me.lucko:scriptcontroller:1.2")
'me.lucko:scriptcontroller:jar:1.2'
<dependency org="me.lucko" name="scriptcontroller" rev="1.2">
<artifact name="scriptcontroller" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='scriptcontroller', version='1.2')
)
libraryDependencies += "me.lucko" % "scriptcontroller" % "1.2"
[me.lucko/scriptcontroller "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 23.0 |