is not current version
Last Version 2.8.0

com.thorstenmarx.modules:modules-manager 2.7.1

Modules is a tiny module framework for java.

GroupId

GroupId

com.thorstenmarx.modules
ArtifactId

ArtifactId

modules-manager
Version

Version

2.7.1
Type

Type

jar

Download modules-manager 2.7.1


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