GroupId | GroupIdorg.metafacture |
---|---|
ArtifactId | ArtifactIdmetamorph-api |
Version | Version5.0.0 |
Type | Typejar |
Filename | Size |
---|---|
metamorph-api-5.0.0.pom | |
metamorph-api-5.0.0.jar | 14 KB |
metamorph-api-5.0.0-sources.jar | 19 KB |
metamorph-api-5.0.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metafacture/metamorph-api/ -->
<dependency>
<groupId>org.metafacture</groupId>
<artifactId>metamorph-api</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.metafacture/metamorph-api/
implementation 'org.metafacture:metamorph-api:5.0.0'
// https://jarcasting.com/artifacts/org.metafacture/metamorph-api/
implementation ("org.metafacture:metamorph-api:5.0.0")
'org.metafacture:metamorph-api:jar:5.0.0'
<dependency org="org.metafacture" name="metamorph-api" rev="5.0.0">
<artifact name="metamorph-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metafacture', module='metamorph-api', version='5.0.0')
)
libraryDependencies += "org.metafacture" % "metamorph-api" % "5.0.0"
[org.metafacture/metamorph-api "5.0.0"]