| License |
License |
|---|---|
| Categories |
CategoriesMirror Application Layer Libs Introspection |
| GroupId | GroupIdcom.github.elopteryx |
| ArtifactId | ArtifactIdbean-mirror |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBean Mirror
Bean Mirror is a reflection library.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| bean-mirror-2.0.0.pom | |
| bean-mirror-2.0.0.jar | 13 KB |
| bean-mirror-2.0.0-sources.jar | 9 KB |
| bean-mirror-2.0.0-javadoc.jar | 392 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.elopteryx/bean-mirror/ -->
<dependency>
<groupId>com.github.elopteryx</groupId>
<artifactId>bean-mirror</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.elopteryx/bean-mirror/
implementation 'com.github.elopteryx:bean-mirror:2.0.0'
// https://jarcasting.com/artifacts/com.github.elopteryx/bean-mirror/
implementation ("com.github.elopteryx:bean-mirror:2.0.0")
'com.github.elopteryx:bean-mirror:jar:2.0.0'
<dependency org="com.github.elopteryx" name="bean-mirror" rev="2.0.0">
<artifact name="bean-mirror" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.elopteryx', module='bean-mirror', version='2.0.0')
)
libraryDependencies += "com.github.elopteryx" % "bean-mirror" % "2.0.0"
[com.github.elopteryx/bean-mirror "2.0.0"]