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