| License | 
                License | 
        
|---|---|
| GroupId | GroupIdde.unkrig.commons | 
    
| ArtifactId | ArtifactIdcommons-reflect | 
    
| Last Version | Last Version1.2.16 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptioncommons-reflect 
            de.unkrig.commons - A general-purpose Java class library 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| commons-reflect-1.2.16.pom | |
| commons-reflect-1.2.16.jar | 5 KB | 
| commons-reflect-1.2.16-sources.jar | 4 KB | 
| commons-reflect-1.2.16-javadoc.jar | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.unkrig.commons/commons-reflect/ -->
<dependency>
    <groupId>de.unkrig.commons</groupId>
    <artifactId>commons-reflect</artifactId>
    <version>1.2.16</version>
</dependency>
                // https://jarcasting.com/artifacts/de.unkrig.commons/commons-reflect/
implementation 'de.unkrig.commons:commons-reflect:1.2.16'
                // https://jarcasting.com/artifacts/de.unkrig.commons/commons-reflect/
implementation ("de.unkrig.commons:commons-reflect:1.2.16")
                'de.unkrig.commons:commons-reflect:jar:1.2.16'
                <dependency org="de.unkrig.commons" name="commons-reflect" rev="1.2.16">
  <artifact name="commons-reflect" type="jar" />
</dependency>
                @Grapes(
@Grab(group='de.unkrig.commons', module='commons-reflect', version='1.2.16')
)
                libraryDependencies += "de.unkrig.commons" % "commons-reflect" % "1.2.16"
                [de.unkrig.commons/commons-reflect "1.2.16"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| de.unkrig.commons : commons-nullanalysis | jar | 1.2.16 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.11 |