is not current version
Last Version 2.8.0

com.thorstenmarx.modules:modules 2.5.0

Modules is a tiny module framework for java.

GroupId

GroupId

com.thorstenmarx.modules
ArtifactId

ArtifactId

modules
Version

Version

2.5.0
Type

Type

pom

Download modules 2.5.0

Filename Size
modules-2.5.0.pom 3 KB
Browse

<!-- https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules/ -->
<dependency>
    <groupId>com.thorstenmarx.modules</groupId>
    <artifactId>modules</artifactId>
    <version>2.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules/
implementation 'com.thorstenmarx.modules:modules:2.5.0'
// https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules/
implementation ("com.thorstenmarx.modules:modules:2.5.0")
'com.thorstenmarx.modules:modules:pom:2.5.0'
<dependency org="com.thorstenmarx.modules" name="modules" rev="2.5.0">
  <artifact name="modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.modules', module='modules', version='2.5.0')
)
libraryDependencies += "com.thorstenmarx.modules" % "modules" % "2.5.0"
[com.thorstenmarx.modules/modules "2.5.0"]