is not current version
Last Version 1.10

org.metastopheles:metastopheles 1.4

A Class/Property/Method MetaData API for Java

GroupId

GroupId

org.metastopheles
ArtifactId

ArtifactId

metastopheles
Version

Version

1.4
Type

Type

jar

Download metastopheles 1.4


<!-- 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"]