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