GroupId | GroupIdcom.thorstenmarx.webtools |
---|---|
ArtifactId | ArtifactIdwebtools-manager |
Version | Version5.2.4 |
Type | Typewar |
Filename | Size |
---|---|
webtools-manager-5.2.4.pom | |
webtools-manager-5.2.4.war | 50 MB |
webtools-manager-5.2.4-sources.jar | 1 MB |
webtools-manager-5.2.4-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>5.2.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-manager/
implementation 'com.thorstenmarx.webtools:webtools-manager:5.2.4'
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-manager/
implementation ("com.thorstenmarx.webtools:webtools-manager:5.2.4")
'com.thorstenmarx.webtools:webtools-manager:war:5.2.4'
<dependency org="com.thorstenmarx.webtools" name="webtools-manager" rev="5.2.4">
<artifact name="webtools-manager" type="war" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.webtools', module='webtools-manager', version='5.2.4')
)
libraryDependencies += "com.thorstenmarx.webtools" % "webtools-manager" % "5.2.4"
[com.thorstenmarx.webtools/webtools-manager "5.2.4"]