License |
License |
---|---|
GroupId | GroupIdme.lucko |
ArtifactId | ArtifactIdscriptcontroller |
Version | Version1.1 |
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.1.pom | |
scriptcontroller-1.1.jar | 49 KB |
scriptcontroller-1.1-sources.jar | 49 KB |
scriptcontroller-1.1-javadoc.jar | 192 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.lucko/scriptcontroller/ -->
<dependency>
<groupId>me.lucko</groupId>
<artifactId>scriptcontroller</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.lucko/scriptcontroller/
implementation 'me.lucko:scriptcontroller:1.1'
// https://jarcasting.com/artifacts/me.lucko/scriptcontroller/
implementation ("me.lucko:scriptcontroller:1.1")
'me.lucko:scriptcontroller:jar:1.1'
<dependency org="me.lucko" name="scriptcontroller" rev="1.1">
<artifact name="scriptcontroller" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lucko', module='scriptcontroller', version='1.1')
)
libraryDependencies += "me.lucko" % "scriptcontroller" % "1.1"
[me.lucko/scriptcontroller "1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.guava : guava | jar | 23.0 |