License |
License |
---|---|
Categories |
CategoriesNet Mirror Application Layer Libs Introspection |
GroupId | GroupIdnet.vidageek |
ArtifactId | ArtifactIdmirror |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMirror
Mirror is a simple DSL to make Java reflection easier.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
mirror-1.6.1.pom | |
mirror-1.6.1.jar | 137 KB |
mirror-1.6.1-sources.jar | 66 KB |
mirror-1.6.1-javadoc.jar | 614 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.vidageek/mirror/ -->
<dependency>
<groupId>net.vidageek</groupId>
<artifactId>mirror</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.vidageek/mirror/
implementation 'net.vidageek:mirror:1.6.1'
// https://jarcasting.com/artifacts/net.vidageek/mirror/
implementation ("net.vidageek:mirror:1.6.1")
'net.vidageek:mirror:jar:1.6.1'
<dependency org="net.vidageek" name="mirror" rev="1.6.1">
<artifact name="mirror" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.vidageek', module='mirror', version='1.6.1')
)
libraryDependencies += "net.vidageek" % "mirror" % "1.6.1"
[net.vidageek/mirror "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
cglib : cglib-nodep | jar | 2.1_3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |