| License |
License |
|---|---|
| GroupId | GroupIdcom.thorstenmarx.modules |
| ArtifactId | ArtifactIdmodules-api |
| Last Version | Last Version2.8.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionModules-API
Modules is a tiny module framework for java.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationThorsten Marx |
| Filename | Size |
|---|---|
| modules-api-2.8.0.pom | |
| modules-api-2.8.0.jar | 22 KB |
| modules-api-2.8.0-sources.jar | 18 KB |
| modules-api-2.8.0-javadoc.jar | 468 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules-api/ -->
<dependency>
<groupId>com.thorstenmarx.modules</groupId>
<artifactId>modules-api</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules-api/
implementation 'com.thorstenmarx.modules:modules-api:2.8.0'
// https://jarcasting.com/artifacts/com.thorstenmarx.modules/modules-api/
implementation ("com.thorstenmarx.modules:modules-api:2.8.0")
'com.thorstenmarx.modules:modules-api:jar:2.8.0'
<dependency org="com.thorstenmarx.modules" name="modules-api" rev="2.8.0">
<artifact name="modules-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thorstenmarx.modules', module='modules-api', version='2.8.0')
)
libraryDependencies += "com.thorstenmarx.modules" % "modules-api" % "2.8.0"
[com.thorstenmarx.modules/modules-api "2.8.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.14.3 |
| org.assertj : assertj-core | jar | 3.9.1 |