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