j

jlue

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.
http://jlue.sf.net
The Apache Software License, Version 2.0 GNU General Public License (GPL)
Jlue team
文件下载
文件名 操作
jlue-1.1.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.jlue</groupId>
  <artifactId>jlue</artifactId>
  <version>1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.jlue:jlue:1.1'
Gradle Kotlin
implementation("net.sf.jlue:jlue:1.1")
Scala SBT
libraryDependencies += "net.sf.jlue" % "jlue" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jlue', module='jlue', version='1.1')
)
Apache Ivy
<dependency org="net.sf.jlue" name="jlue" rev="1.1" />
Leiningen
[net.sf.jlue/jlue "1.1"]
Apache Buildr
'net.sf.jlue:jlue:jar:1.1'
本项目依赖
该项目无第三方依赖