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