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