is not current version
Last Version 1.9.2

net.redora:redora 1.5

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.

Categories

Categories

Net
GroupId

GroupId

net.redora
ArtifactId

ArtifactId

redora
Version

Version

1.5
Type

Type

pom

Download redora 1.5

Filename Size
redora-1.5.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/net.redora/redora/ -->
<dependency>
    <groupId>net.redora</groupId>
    <artifactId>redora</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.redora/redora/
implementation 'net.redora:redora:1.5'
// https://jarcasting.com/artifacts/net.redora/redora/
implementation ("net.redora:redora:1.5")
'net.redora:redora:pom:1.5'
<dependency org="net.redora" name="redora" rev="1.5">
  <artifact name="redora" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.redora', module='redora', version='1.5')
)
libraryDependencies += "net.redora" % "redora" % "1.5"
[net.redora/redora "1.5"]