Download reflection-ui-2.2.6.jar file - Jar r

Jar examples for r:reflection-ui

Description

Generates automatically the GUI of any Java object

You can download jar file reflection-ui 2.2.6 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add reflection-ui-2.2.6.jar to your project.

<dependency>
   <groupId>com.github.dotxyteam</groupId>
   <artifactId>reflection-ui</artifactId>
   <version>2.2.6</version>
</dependency>
compile group: 'com.github.dotxyteam', name: 'reflection-ui', version: '2.2.6'
libraryDependencies += "com.github.dotxyteam" % "reflection-ui" % "2.2.6"
<dependency org="com.github.dotxyteam" name="reflection-ui" rev="2.2.6"/>
@Grapes(@Grab(group='com.github.dotxyteam', module='reflection-ui', version='2.2.6'))
'com.github.dotxyteam:reflection-ui:jar:2.2.6'

Download

Click the following link to download the jar file.

reflection-ui-2.2.6-javadoc.jar
reflection-ui-2.2.6-sources.jar
reflection-ui-2.2.6.jar
reflection-ui-2.2.6.pom



Related Tutorials