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