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