| Лицензия |
Лицензия
BSD license
|
|---|---|
| Категории |
КатегорииRuby Языки программирования |
| Группа | Группаorg.codehaus.waffle |
| Идентификатор | Идентификаторwaffle-jruby-example |
| Последняя версия | Последняя версия1.0-RC-2 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеWaffle JRuby Example
Waffle is a Java action-based web framework that was built to
support enterprise-level business applications, with no mandatory
XML configuration (beyond the minimal web.xml required by any
webapp) and no proprietary UI markup language. Its guiding
principles are agility, simplicity, pluggability and
interoperability.
|
<!-- https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-jruby-example/ -->
<dependency>
<groupId>org.codehaus.waffle</groupId>
<artifactId>waffle-jruby-example</artifactId>
<version>1.0-RC-2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-jruby-example/
implementation 'org.codehaus.waffle:waffle-jruby-example:1.0-RC-2'
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-jruby-example/
implementation ("org.codehaus.waffle:waffle-jruby-example:1.0-RC-2")
'org.codehaus.waffle:waffle-jruby-example:war:1.0-RC-2'
<dependency org="org.codehaus.waffle" name="waffle-jruby-example" rev="1.0-RC-2">
<artifact name="waffle-jruby-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.waffle', module='waffle-jruby-example', version='1.0-RC-2')
)
libraryDependencies += "org.codehaus.waffle" % "waffle-jruby-example" % "1.0-RC-2"
[org.codehaus.waffle/waffle-jruby-example "1.0-RC-2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jruby : jruby-complete | jar | 1.0.2 |
| org.codehaus.waffle : waffle-core | jar | 1.0-RC-2 |
| org.codehaus.waffle : waffle-mock | jar | 1.0-RC-2 |
| org.codehaus.waffle : waffle-taglib | jar | 1.0-RC-2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| log4j : log4j | jar | 1.2.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : jstl | jar | 1.1.2 |
| taglibs : standard | jar | 1.1.2 |
| commons-logging : commons-logging | jar | 1.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jmock : jmock-junit4 | jar | 2.4.0 |