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