com.foreach.libs:common-concurrent

A number of general purpose libraries for Java. Dependencies are kept minimal but Spring framework 3.x is considered a base requirement for most libaries.

License

License

GroupId

GroupId

com.foreach.libs
ArtifactId

ArtifactId

common-concurrent
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

A number of general purpose libraries for Java. Dependencies are kept minimal but Spring framework 3.x is considered a base requirement for most libaries.

Download common-concurrent

How to add to project

<!-- https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/ -->
<dependency>
    <groupId>com.foreach.libs</groupId>
    <artifactId>common-concurrent</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/
implementation 'com.foreach.libs:common-concurrent:1.1'
// https://jarcasting.com/artifacts/com.foreach.libs/common-concurrent/
implementation ("com.foreach.libs:common-concurrent:1.1")
'com.foreach.libs:common-concurrent:jar:1.1'
<dependency org="com.foreach.libs" name="common-concurrent" rev="1.1">
  <artifact name="common-concurrent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.libs', module='common-concurrent', version='1.1')
)
libraryDependencies += "com.foreach.libs" % "common-concurrent" % "1.1"
[com.foreach.libs/common-concurrent "1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
org.springframework : spring-jdbc Optional jar 4.0.8.RELEASE

test (9)

Group / Artifact Type Version
org.springframework : spring-context jar 4.0.8.RELEASE
org.springframework : spring-test jar 4.0.8.RELEASE
org.apache.commons : commons-lang3 jar 3.1
commons-dbcp : commons-dbcp jar 1.4
org.liquibase : liquibase-core jar 3.1.0
org.hsqldb : hsqldb jar 2.3.2
cglib : cglib jar 3.1
junit : junit jar 4.11
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0
0.12