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