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