GroupId | GroupIdorg.metafacture |
---|---|
ArtifactId | ArtifactIdmetafacture-scripting |
Version | Version5.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.metafacture/metafacture-scripting/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metafacture-scripting</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metafacture-scripting/
implementation 'org.metafacture:metafacture-scripting:5.0.0'
// https://jarcasting.com/artifacts/org.metafacture/metafacture-scripting/
implementation ("org.metafacture:metafacture-scripting:5.0.0")
'org.metafacture:metafacture-scripting:jar:5.0.0'
<dependency org="org.metafacture" name="metafacture-scripting" rev="5.0.0">
<artifact name="metafacture-scripting" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metafacture-scripting', version='5.0.0')
)
libraryDependencies += "org.metafacture" % "metafacture-scripting" % "5.0.0"
[org.metafacture/metafacture-scripting "5.0.0"]