| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.jinterflex |
| ArtifactId | ArtifactIdjinterflex |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionjInterflex
jInterflex is a small Java library that provides an alternative way to make reflection calls using interfaces and annotations.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jinterflex-1.0.0.pom | |
| jinterflex-1.0.0.jar | 10 KB |
| jinterflex-1.0.0-sources.jar | 12 KB |
| jinterflex-1.0.0-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jinterflex/jinterflex/ -->
<dependency>
<groupId>net.sf.jinterflex</groupId>
<artifactId>jinterflex</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jinterflex/jinterflex/
implementation 'net.sf.jinterflex:jinterflex:1.0.0'
// https://jarcasting.com/artifacts/net.sf.jinterflex/jinterflex/
implementation ("net.sf.jinterflex:jinterflex:1.0.0")
'net.sf.jinterflex:jinterflex:jar:1.0.0'
<dependency org="net.sf.jinterflex" name="jinterflex" rev="1.0.0">
<artifact name="jinterflex" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jinterflex', module='jinterflex', version='1.0.0')
)
libraryDependencies += "net.sf.jinterflex" % "jinterflex" % "1.0.0"
[net.sf.jinterflex/jinterflex "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.mycila : mycila-junit | jar | 1.4.ga |