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