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