| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.jlue |
| Идентификатор | Идентификаторjlue-core |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjlue core
J2EE integrated development framework,for the rapid build
enterprise applications.Based on Struts,Spring,Hibernate constructed
to provide Web systems development functions commonly used components.
Simply configure can be solved the general problems in the process of
developing encountered.
For example,already has built in login
interface,user and role management,base AOP paging,logging feature and
a lot more.
It's a Java package, a class library for Java programmers.
It's not an application for end-users in itself, but something that
programmers can embed into their products.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| jlue-core-1.3.pom | |
| jlue-core-1.3.jar | 132 KB |
| jlue-core-1.3-javadoc.jar | 627 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.jlue/jlue-core/ -->
<dependency>
<groupId>net.sf.jlue</groupId>
<artifactId>jlue-core</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jlue/jlue-core/
implementation 'net.sf.jlue:jlue-core:1.3'
// https://jarcasting.com/artifacts/net.sf.jlue/jlue-core/
implementation ("net.sf.jlue:jlue-core:1.3")
'net.sf.jlue:jlue-core:jar:1.3'
<dependency org="net.sf.jlue" name="jlue-core" rev="1.3">
<artifact name="jlue-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jlue', module='jlue-core', version='1.3')
)
libraryDependencies += "net.sf.jlue" % "jlue-core" % "1.3"
[net.sf.jlue/jlue-core "1.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.0 |
| ch.qos.logback : logback-core | jar | 0.9.21 |
| ch.qos.logback : logback-access | jar | 0.9.21 |
| ch.qos.logback : logback-classic | jar | 0.9.21 |
| commons-codec : commons-codec | jar | 1.4 |
| javax.servlet : servlet-api Необязательный | jar | 2.4 |
| org.springframework : spring | jar | 2.5.6 |
| org.apache.struts : struts-core Необязательный | jar | 1.3.10 |
| org.hibernate : hibernate Необязательный | jar | 3.2.7.ga |
| com.ibatis : ibatis2-common Необязательный | jar | 2.1.7.597 |
| org.apache.ibatis : ibatis-sqlmap Необязательный | jar | 2.3.4.726 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |
| org.springframework : spring-mock Необязательный | jar | 2.0.8 |