Ext Class Generator

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

Лицензия

Лицензия

Группа

Группа

ch.rasc
Идентификатор

Идентификатор

extclassgenerator
Последняя версия

Последняя версия

2.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Ext Class Generator
Generator that creates Ext Javascript classes for Ext JS and Sencha Touch
Ссылка на сайт

Ссылка на сайт

https://github.com/ralscha/extclassgenerator/
Система контроля версий

Система контроля версий

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

Скачать extclassgenerator

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
javax.servlet : javax.servlet-api jar 4.0.0

test (8)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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