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