| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.javaeeutils |
| ArtifactId | ArtifactIdjavaeeutils |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJavaEE Utils
Basic utilities for development with JavaEE and JPA
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javaeeutils-1.0.0.pom | |
| javaeeutils-1.0.0.jar | 13 KB |
| javaeeutils-1.0.0-sources.jar | 8 KB |
| javaeeutils-1.0.0-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.javaeeutils/javaeeutils/ -->
<dependency>
<groupId>com.googlecode.javaeeutils</groupId>
<artifactId>javaeeutils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.javaeeutils/javaeeutils/
implementation 'com.googlecode.javaeeutils:javaeeutils:1.0.0'
// https://jarcasting.com/artifacts/com.googlecode.javaeeutils/javaeeutils/
implementation ("com.googlecode.javaeeutils:javaeeutils:1.0.0")
'com.googlecode.javaeeutils:javaeeutils:jar:1.0.0'
<dependency org="com.googlecode.javaeeutils" name="javaeeutils" rev="1.0.0">
<artifact name="javaeeutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.javaeeutils', module='javaeeutils', version='1.0.0')
)
libraryDependencies += "com.googlecode.javaeeutils" % "javaeeutils" % "1.0.0"
[com.googlecode.javaeeutils/javaeeutils "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-lang : commons-lang | jar | 2.5 |
| commons-logging : commons-logging | jar | 1.1.1 |
| org.jboss.spec.javax.interceptor : jboss-interceptors-api_1.1_spec | jar | 1.0.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| javax.validation : validation-api | jar | 1.0.0.GA |
| org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.hibernate : hibernate-entitymanager | jar | 4.1.0.Final |
| org.hibernate : hibernate-validator | jar | 4.2.0.Final |
| org.slf4j : slf4j-log4j12 | jar | 1.6.2 |
| org.hsqldb : hsqldb | jar | 2.2.4 |