GroupId | GroupIdde.caluga |
---|---|
ArtifactId | ArtifactIdmorphium |
Version | Version2.2.12 |
Type | Typejar |
Filename | Size |
---|---|
morphium-2.2.12.pom | |
morphium-2.2.12.jar | 313 KB |
morphium-2.2.12-sources.jar | 136 KB |
morphium-2.2.12-javadoc.jar | 682 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.caluga/morphium/ -->
<dependency>
<groupId>de.caluga</groupId>
<artifactId>morphium</artifactId>
<version>2.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/de.caluga/morphium/
implementation 'de.caluga:morphium:2.2.12'
// https://jarcasting.com/artifacts/de.caluga/morphium/
implementation ("de.caluga:morphium:2.2.12")
'de.caluga:morphium:jar:2.2.12'
<dependency org="de.caluga" name="morphium" rev="2.2.12">
<artifact name="morphium" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.caluga', module='morphium', version='2.2.12')
)
libraryDependencies += "de.caluga" % "morphium" % "2.2.12"
[de.caluga/morphium "2.2.12"]