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