GroupId | GroupIdcom.thorstenmarx.modules |
---|---|
ArtifactId | ArtifactIdmodules-manager |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
modules-manager-2.0.0.pom | |
modules-manager-2.0.0.jar | 28 KB |
modules-manager-2.0.0-sources.jar | 16 KB |
modules-manager-2.0.0-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules-manager/ -->
<dependency>
<groupId>com.thorstenmarx.modules</groupId>
<artifactId>modules-manager</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules-manager/
implementation 'com.thorstenmarx.modules:modules-manager:2.0.0'
// https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules-manager/
implementation ("com.thorstenmarx.modules:modules-manager:2.0.0")
'com.thorstenmarx.modules:modules-manager:jar:2.0.0'
<dependency org="com.thorstenmarx.modules" name="modules-manager" rev="2.0.0">
<artifact name="modules-manager" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.modules', module='modules-manager', version='2.0.0')
)
libraryDependencies += "com.thorstenmarx.modules" % "modules-manager" % "2.0.0"
[com.thorstenmarx.modules/modules-manager "2.0.0"]