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