is not current version
Last Version 4.0.1

com.github.hervian:safety-mirror 2.0.0

Fun with Delegates, Events and type safe Java Reflection

Categories

Categories

Mirror Application Layer Libs Introspection
GroupId

GroupId

com.github.hervian
ArtifactId

ArtifactId

safety-mirror
Version

Version

2.0.0
Type

Type

jar

Download safety-mirror 2.0.0


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