GroupId | GroupIdcom.javaforge.scriptella |
---|---|
ArtifactId | ArtifactIdscriptella-drivers |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
scriptella-drivers-1.0.pom | |
scriptella-drivers-1.0.jar | 118 KB |
scriptella-drivers-1.0-sources.jar | 143 KB |
scriptella-drivers-1.0-javadoc.jar | 543 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-drivers/ -->
<dependency>
<groupId>com.javaforge.scriptella</groupId>
<artifactId>scriptella-drivers</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-drivers/
implementation 'com.javaforge.scriptella:scriptella-drivers:1.0'
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-drivers/
implementation ("com.javaforge.scriptella:scriptella-drivers:1.0")
'com.javaforge.scriptella:scriptella-drivers:jar:1.0'
<dependency org="com.javaforge.scriptella" name="scriptella-drivers" rev="1.0">
<artifact name="scriptella-drivers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.javaforge.scriptella', module='scriptella-drivers', version='1.0')
)
libraryDependencies += "com.javaforge.scriptella" % "scriptella-drivers" % "1.0"
[com.javaforge.scriptella/scriptella-drivers "1.0"]