| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnet.redora | 
| ArtifactId | ArtifactIdapi | 
| Last Version | Last Version1.9.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRedora API Redora is a framework that helps you to create rich client web applications.
        Redora will perform code generation for the persistence, JSON and GWT code.
        See http://www.redora.net and http://redora.googlecode.com/ for more information. | 
| Project Organization | Project OrganizationNanjing RedOrange Co. ltd | 
| Filename | Size | 
|---|---|
| api-1.9.2.pom | |
| api-1.9.2.jar | 20 KB | 
| api-1.9.2-sources.jar | 24 KB | 
| api-1.9.2-javadoc.jar | 114 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.redora/api/ -->
<dependency>
    <groupId>net.redora</groupId>
    <artifactId>api</artifactId>
    <version>1.9.2</version>
</dependency>// https://jarcasting.com/artifacts/net.redora/api/
implementation 'net.redora:api:1.9.2'// https://jarcasting.com/artifacts/net.redora/api/
implementation ("net.redora:api:1.9.2")'net.redora:api:jar:1.9.2'<dependency org="net.redora" name="api" rev="1.9.2">
  <artifact name="api" type="jar" />
</dependency>@Grapes(
@Grab(group='net.redora', module='api', version='1.9.2')
)libraryDependencies += "net.redora" % "api" % "1.9.2"[net.redora/api "1.9.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.10 | 
| com.intellij : annotations | jar | 9.0.4 |