griffon-cli

Griffon buildtime

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

org.codehaus.griffon
Идентификатор

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

griffon-cli
Последняя версия

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

1.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

griffon-cli
Griffon buildtime
Ссылка на сайт

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

http://griffon-framework.org
Система контроля версий

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

https://github.com/griffon/griffon

Скачать griffon-cli

Имя Файла Размер
griffon-cli-1.4.0.pom
griffon-cli-1.4.0.jar 1016 KB
Обзор

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

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

Зависимости

compile (37)

Идентификатор библиотеки Тип Версия
biz.aQute : bndlib jar 1.50.0
commons-collections : commons-collections jar 3.2.1
xerces : xercesImpl jar 2.9.1
org.xhtmlrenderer : core-renderer jar R8
org.apache.ant : ant-launcher jar 1.9.2
org.apache.httpcomponents : httpcore jar 4.1.2
commons-io : commons-io jar 2.4
xml-resolver : xml-resolver jar 1.2
org.springframework » org.springframework.beans jar 3.2.4.RELEASE
org.fusesource.jansi : jansi jar 1.9
net.sf.ezmorph : ezmorph jar 1.0.6
org.springframework » org.springframework.context jar 3.2.4.RELEASE
junit : junit jar 4.11
org.apache.httpcomponents : httpclient jar 4.1.2
net.sf.json-lib : json-lib jar 2.4
radeox : radeox jar 1.0-b2
commons-codec : commons-codec jar 1.6
org.codehaus.groovy.modules.http-builder : http-builder jar 0.6
org.apache.ant : ant jar 1.9.2
commons-cli : commons-cli jar 1.2
org.grails : grails-gdoc-engine jar 1.0.1
jline : jline jar 0.9.94
asm : asm jar 3.2
org.grails : grails-docs jar 2.2.3
commons-beanutils : commons-beanutils jar 1.8.3
org.apache.ivy : ivy jar 2.2.0
com.jcraft : jzlib jar 1.1.1
org.codehaus.griffon : griffon-resources jar 1.4.0
org.springframework » org.springframework.core jar 3.2.4.RELEASE
org.yaml : snakeyaml jar 1.9
com.lowagie : itext jar 2.0.8
org.codehaus.gant : gant_groovy2.1 jar 1.9.9
commons-lang : commons-lang jar 2.6
org.springframework » org.springframework.context.support jar 3.2.4.RELEASE
com.jcraft : jsch jar 0.1.48
org.apache.ant : ant-junit jar 1.9.2
org.codehaus.griffon : griffon-rt jar 1.4.0

test (1)

Идентификатор библиотеки Тип Версия
org.spockframework : spock-core jar 0.7-groovy-2.0

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

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

Build Status Coverage Status (coveralls)

Download

2021 griffon


Griffon is desktop application development platform for the JVM. Inspired by Grails, Griffon leverages concepts like Convention over Configuration, modularity, and freedom of choice. The framework at its core is written 100% in Java allowing developers to write their own applications with only Java. Other programming languages such as Groovy and Kotlin may be used too, in which case additional capabilities such as builders and extension methods become available.

Griffon supports 2 different UI toolkits: Swing, JavaFX.

Griffon encourages the use of the MVC pattern but it’s not limited to a single interpretation, you can for example apply standard MVC, MVP, MVVM, PMVC and others (see tutorial #5). Griffon also follows in the spirit of the Swing Application Framework (JSR 296), it defines a simple yet powerful application life cycle and event publishing mechanism regardless of the UI toolkit of choice.

Seasoned Java developers should be able to pick up the pace quickly, as the framework relieves them from the burden of maintaining an application structure, allowing them to concentrate on getting the code right.

The Griffon framework provides the following features:

  • Well-defined application lifecycle.

  • MVC components plus lifecycle.

  • Common application structure.

  • Dependency injection via JSR-330.

  • Resource injection.

  • Internationalization support.

  • Lightweight event bus.

  • Centralized error handling.

  • Extensible via plugins.

  • Extremely configurable.

  • Language choices. Java, Groovy, Kotlin.

  • UI choices: Swing, JavaFX.

org.codehaus.griffon

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

Версия
1.4.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
0.9.5
0.9.5-rc2
0.9.5-rc1
0.9.4
0.9.3
0.9.3-beta-2
0.9.3-beta-1
0.9.2
0.9.2-rc1
0.9.2-beta-3