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