is not current version
Last Version 1.10

org.metastopheles:metastopheles 1.8

A Class/Property/Method MetaData API for Java

GroupId

GroupId

org.metastopheles
ArtifactId

ArtifactId

metastopheles
Version

Version

1.8
Type

Type

jar

Download metastopheles 1.8


<!-- https://jarcasting.com/artifacts/org.metastopheles/metastopheles/ -->
<dependency>
    <groupId>org.metastopheles</groupId>
    <artifactId>metastopheles</artifactId>
    <version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.metastopheles/metastopheles/
implementation 'org.metastopheles:metastopheles:1.8'
// https://jarcasting.com/artifacts/org.metastopheles/metastopheles/
implementation ("org.metastopheles:metastopheles:1.8")
'org.metastopheles:metastopheles:jar:1.8'
<dependency org="org.metastopheles" name="metastopheles" rev="1.8">
  <artifact name="metastopheles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.metastopheles', module='metastopheles', version='1.8')
)
libraryDependencies += "org.metastopheles" % "metastopheles" % "1.8"
[org.metastopheles/metastopheles "1.8"]