GroupId | GroupIdcom.thorstenmarx.webtools |
---|---|
ArtifactId | ArtifactIdwebtools-manager |
Version | Version4.2.0 |
Type | Typewar |
Filename | Size |
---|---|
webtools-manager-4.2.0.pom | |
webtools-manager-4.2.0.war | 50 MB |
webtools-manager-4.2.0-sources.jar | 1 MB |
webtools-manager-4.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-manager/ -->
<dependency>
<groupId>com.thorstenmarx.webtools</groupId>
<artifactId>webtools-manager</artifactId>
<version>4.2.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-manager/
implementation 'com.thorstenmarx.webtools:webtools-manager:4.2.0'
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-manager/
implementation ("com.thorstenmarx.webtools:webtools-manager:4.2.0")
'com.thorstenmarx.webtools:webtools-manager:war:4.2.0'
<dependency org="com.thorstenmarx.webtools" name="webtools-manager" rev="4.2.0">
<artifact name="webtools-manager" type="war" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.webtools', module='webtools-manager', version='4.2.0')
)
libraryDependencies += "com.thorstenmarx.webtools" % "webtools-manager" % "4.2.0"
[com.thorstenmarx.webtools/webtools-manager "4.2.0"]