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