License |
License |
---|---|
GroupId | GroupIdcom.foreach.libs |
ArtifactId | ArtifactIdcommon-spring |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA number of general purpose libraries for Java. Dependencies are kept minimal but Spring framework 3.x
is considered a base requirement for most libaries.
|
Filename | Size |
---|---|
common-spring-1.1.pom | |
common-spring-1.1.jar | 74 KB |
common-spring-1.1-sources.jar | 77 KB |
common-spring-1.1-javadoc.jar | 376 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.libs/common-spring/ -->
<dependency>
<groupId>com.foreach.libs</groupId>
<artifactId>common-spring</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.libs/common-spring/
implementation 'com.foreach.libs:common-spring:1.1'
// https://jarcasting.com/artifacts/com.foreach.libs/common-spring/
implementation ("com.foreach.libs:common-spring:1.1")
'com.foreach.libs:common-spring:jar:1.1'
<dependency org="com.foreach.libs" name="common-spring" rev="1.1">
<artifact name="common-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.libs', module='common-spring', version='1.1')
)
libraryDependencies += "com.foreach.libs" % "common-spring" % "1.1"
[com.foreach.libs/common-spring "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.foreach.libs : common-concurrent | jar | 1.1 |
org.slf4j : slf4j-api | jar | [1.6.1,) |
org.apache.commons : commons-lang3 | jar | 3.1 |
commons-validator : commons-validator Optional | jar | 1.4.0 |
javax.mail : mail | jar | 1.4.1 |
org.hibernate : hibernate-validator Optional | jar | 4.3.2.Final |
org.aspectj : aspectjrt Optional | jar | 1.6.8 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.16 |
ch.qos.logback : logback-classic | jar | 1.0.13 |
org.springframework : spring-core | jar | 4.0.8.RELEASE |
org.springframework : spring-context-support | jar | 4.0.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 4.0.8.RELEASE |
cglib : cglib | jar | 3.1 |
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |