Ext Class Generator
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.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаch.rasc |
| Идентификатор | Идентификаторextclassgenerator |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеExt Class Generator
Generator that creates Ext Javascript classes for Ext JS and Sencha Touch
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| extclassgenerator-2.0.0.pom | |
| extclassgenerator-2.0.0.jar | 53 KB |
| extclassgenerator-2.0.0-sources.jar | 42 KB |
| extclassgenerator-2.0.0-javadoc.jar | 195 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 4.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
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.