GroupId | GroupIdcom.rnkrsoft.reflection4j |
---|---|
ArtifactId | ArtifactIdreflection4j |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
reflection4j-1.0.1.pom | |
reflection4j-1.0.1.jar | 65 KB |
reflection4j-1.0.1-sources.jar | 76 KB |
reflection4j-1.0.1-javadoc.jar | 287 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rnkrsoft.reflection4j/reflection4j/ -->
<dependency>
<groupId>com.rnkrsoft.reflection4j</groupId>
<artifactId>reflection4j</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rnkrsoft.reflection4j/reflection4j/
implementation 'com.rnkrsoft.reflection4j:reflection4j:1.0.1'
// https://jarcasting.com/artifacts/com.rnkrsoft.reflection4j/reflection4j/
implementation ("com.rnkrsoft.reflection4j:reflection4j:1.0.1")
'com.rnkrsoft.reflection4j:reflection4j:jar:1.0.1'
<dependency org="com.rnkrsoft.reflection4j" name="reflection4j" rev="1.0.1">
<artifact name="reflection4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rnkrsoft.reflection4j', module='reflection4j', version='1.0.1')
)
libraryDependencies += "com.rnkrsoft.reflection4j" % "reflection4j" % "1.0.1"
[com.rnkrsoft.reflection4j/reflection4j "1.0.1"]