GroupId | GroupIdcom.thorstenmarx.webtools |
---|---|
ArtifactId | ArtifactIdwebtools-test |
Version | Version3.3.2 |
Type | Typejar |
Filename | Size |
---|---|
webtools-test-3.3.2.pom | |
webtools-test-3.3.2.jar | 15 KB |
webtools-test-3.3.2-sources.jar | 11 KB |
webtools-test-3.3.2-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>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-test/
implementation 'com.thorstenmarx.webtools:webtools-test:3.3.2'
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-test/
implementation ("com.thorstenmarx.webtools:webtools-test:3.3.2")
'com.thorstenmarx.webtools:webtools-test:jar:3.3.2'
<dependency org="com.thorstenmarx.webtools" name="webtools-test" rev="3.3.2">
<artifact name="webtools-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.webtools', module='webtools-test', version='3.3.2')
)
libraryDependencies += "com.thorstenmarx.webtools" % "webtools-test" % "3.3.2"
[com.thorstenmarx.webtools/webtools-test "3.3.2"]