GroupId | GroupIdcom.thorstenmarx.webtools |
---|---|
ArtifactId | ArtifactIdwebtools-parent |
Version | Version3.2.0 |
Type | Typepom |
Filename | Size |
---|---|
webtools-parent-3.2.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-parent/ -->
<dependency>
<groupId>com.thorstenmarx.webtools</groupId>
<artifactId>webtools-parent</artifactId>
<version>3.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-parent/
implementation 'com.thorstenmarx.webtools:webtools-parent:3.2.0'
// https://jarcasting.com/artifacts/com.thorstenmarx.webtools/webtools-parent/
implementation ("com.thorstenmarx.webtools:webtools-parent:3.2.0")
'com.thorstenmarx.webtools:webtools-parent:pom:3.2.0'
<dependency org="com.thorstenmarx.webtools" name="webtools-parent" rev="3.2.0">
<artifact name="webtools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.webtools', module='webtools-parent', version='3.2.0')
)
libraryDependencies += "com.thorstenmarx.webtools" % "webtools-parent" % "3.2.0"
[com.thorstenmarx.webtools/webtools-parent "3.2.0"]