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