is not current version
Last Version 2.8.0

com.thorstenmarx.modules:modules-api 0.22.0

Modules is a tiny module framework for java.

GroupId

GroupId

com.thorstenmarx.modules
ArtifactId

ArtifactId

modules-api
Version

Version

0.22.0
Type

Type

jar

Download modules-api 0.22.0


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