GroupId | GroupIdorg.metastopheles |
---|---|
ArtifactId | ArtifactIdmetastopheles |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
metastopheles-1.5.pom | |
metastopheles-1.5.jar | 21 KB |
metastopheles-1.5-sources.jar | 13 KB |
metastopheles-1.5-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.metastopheles/metastopheles/ -->
<dependency>
<groupId>org.metastopheles</groupId>
<artifactId>metastopheles</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.metastopheles/metastopheles/
implementation 'org.metastopheles:metastopheles:1.5'
// https://jarcasting.com/artifacts/org.metastopheles/metastopheles/
implementation ("org.metastopheles:metastopheles:1.5")
'org.metastopheles:metastopheles:jar:1.5'
<dependency org="org.metastopheles" name="metastopheles" rev="1.5">
<artifact name="metastopheles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metastopheles', module='metastopheles', version='1.5')
)
libraryDependencies += "org.metastopheles" % "metastopheles" % "1.5"
[org.metastopheles/metastopheles "1.5"]