Ext Class Generator

Generator that creates Ext Javascript classes for Ext JS and Sencha Touch

License

License

GroupId

GroupId

ch.rasc
ArtifactId

ArtifactId

extclassgenerator
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Ext Class Generator
Generator that creates Ext Javascript classes for Ext JS and Sencha Touch
Project URL

Project URL

https://github.com/ralscha/extclassgenerator/
Source Code Management

Source Code Management

https://github.com/ralscha/extclassgenerator.git

Download extclassgenerator

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
ch.rasc : extclassgenerator-annotations jar 1.0.10
org.springframework : spring-core jar 5.0.4.RELEASE
org.springframework : spring-beans jar 5.0.4.RELEASE
com.fasterxml.jackson.core : jackson-databind jar 2.9.4

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.0

test (8)

Group / Artifact Type Version
org.springframework : spring-test jar 5.0.4.RELEASE
org.springframework : spring-web jar 5.0.4.RELEASE
junit : junit jar 4.12
nl.jqno.equalsverifier : equalsverifier jar 2.4.5
org.assertj : assertj-core jar 3.9.1
commons-io : commons-io jar 2.6
joda-time : joda-time jar 2.9.9
org.hibernate : hibernate-validator jar 6.0.8.Final

Project Modules

There are no modules declared in this project.

Ext Class Generator

Build Status

Code generator that creates Javascript classes for Ext JS and Sencha Touch either dynamically at runtime or during build time with the help of an Annotation Processing Tool (APT) processor.

See the Wiki for more information.

Versions

Version
2.0.0
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0