| License |
License |
|---|---|
| GroupId | GroupIdcom.foreach.libs |
| ArtifactId | ArtifactIdcommon-web |
| 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-web-1.1.pom | |
| common-web-1.1.jar | 26 KB |
| common-web-1.1-sources.jar | 20 KB |
| common-web-1.1-javadoc.jar | 84 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.foreach.libs/common-web/ -->
<dependency>
<groupId>com.foreach.libs</groupId>
<artifactId>common-web</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.libs/common-web/
implementation 'com.foreach.libs:common-web:1.1'
// https://jarcasting.com/artifacts/com.foreach.libs/common-web/
implementation ("com.foreach.libs:common-web:1.1")
'com.foreach.libs:common-web:jar:1.1'
<dependency org="com.foreach.libs" name="common-web" rev="1.1">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.libs', module='common-web', version='1.1')
)
libraryDependencies += "com.foreach.libs" % "common-web" % "1.1"
[com.foreach.libs/common-web "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.foreach.libs : common-spring | jar | 1.1 |
| org.apache.commons : commons-lang3 | jar | 3.1 |
| org.slf4j : slf4j-api | jar | [1.6.1,) |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-webmvc | jar | 4.0.8.RELEASE |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| log4j : log4j | jar | 1.2.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 4.0.8.RELEASE |
| junit : junit | jar | 4.11 |
| org.mockito : mockito-all | jar | 1.9.5 |