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