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