GroupId | GroupIdcom.thorstenmarx.webtools |
---|---|
ArtifactId | ArtifactIdwebtools-scripting |
Version | Version5.1.0 |
Type | Typejar |
Filename | Size |
---|---|
webtools-scripting-5.1.0.pom | |
webtools-scripting-5.1.0.jar | 14 KB |
webtools-scripting-5.1.0-sources.jar | 11 KB |
webtools-scripting-5.1.0-javadoc.jar | 438 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-scripting/ -->
<dependency>
<groupId>com.thorstenmarx.webtools</groupId>
<artifactId>webtools-scripting</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-scripting/
implementation 'com.thorstenmarx.webtools:webtools-scripting:5.1.0'
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-scripting/
implementation ("com.thorstenmarx.webtools:webtools-scripting:5.1.0")
'com.thorstenmarx.webtools:webtools-scripting:jar:5.1.0'
<dependency org="com.thorstenmarx.webtools" name="webtools-scripting" rev="5.1.0">
<artifact name="webtools-scripting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.webtools', module='webtools-scripting', version='5.1.0')
)
libraryDependencies += "com.thorstenmarx.webtools" % "webtools-scripting" % "5.1.0"
[com.thorstenmarx.webtools/webtools-scripting "5.1.0"]