is not current version
Last Version 2.0.0

com.github.elopteryx:bean-mirror 1.0.0

Bean Mirror is a reflection library.

Categories

Categories

Mirror Application Layer Libs Introspection
GroupId

GroupId

com.github.elopteryx
ArtifactId

ArtifactId

bean-mirror
Version

Version

1.0.0
Type

Type

jar

Download bean-mirror 1.0.0


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