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