| License |
License |
|---|---|
| GroupId | GroupIdcom.localhost22 |
| ArtifactId | ArtifactIdrf |
| Version | Version1.0 |
| Type | Typejar |
| Description |
Descriptionrf
Simple reflection based on java.util.Function s and friendly-to-use enums
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| rf-1.0.pom | |
| rf-1.0.jar | 39 KB |
| rf-1.0-sources.jar | 6 KB |
| rf-1.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.localhost22/rf/ -->
<dependency>
<groupId>com.localhost22</groupId>
<artifactId>rf</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.localhost22/rf/
implementation 'com.localhost22:rf:1.0'
// https://jarcasting.com/artifacts/com.localhost22/rf/
implementation ("com.localhost22:rf:1.0")
'com.localhost22:rf:jar:1.0'
<dependency org="com.localhost22" name="rf" rev="1.0">
<artifact name="rf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.localhost22', module='rf', version='1.0')
)
libraryDependencies += "com.localhost22" % "rf" % "1.0"
[com.localhost22/rf "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains : annotations | jar | 22.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
| org.junit.jupiter : junit-jupiter | jar | 5.7.2 |