| GroupId | GroupIdorg.no-hope |
|---|---|
| ArtifactId | ArtifactIdreflection |
| Version | Version0.1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reflection-0.1.7.pom | |
| reflection-0.1.7.jar | 28 KB |
| reflection-0.1.7-tests.jar | 46 KB |
| reflection-0.1.7-sources.jar | 11 KB |
| reflection-0.1.7-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.no-hope/reflection/ -->
<dependency>
<groupId>org.no-hope</groupId>
<artifactId>reflection</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.no-hope/reflection/
implementation 'org.no-hope:reflection:0.1.7'
// https://jarcasting.com/artifacts/org.no-hope/reflection/
implementation ("org.no-hope:reflection:0.1.7")
'org.no-hope:reflection:jar:0.1.7'
<dependency org="org.no-hope" name="reflection" rev="0.1.7">
<artifact name="reflection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.no-hope', module='reflection', version='0.1.7')
)
libraryDependencies += "org.no-hope" % "reflection" % "0.1.7"
[org.no-hope/reflection "0.1.7"]