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