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