SpringUtils

SpringUtils is a collection of utility classes for use with Spring and SpringMVC

License

License

GroupId

GroupId

com.crygier
ArtifactId

ArtifactId

SpringUtils
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

SpringUtils
SpringUtils is a collection of utility classes for use with Spring and SpringMVC

Download SpringUtils

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.springframework : spring-webmvc jar 3.1.1.RELEASE
servletapi : servletapi jar 2.4
org.springframework : spring-oxm jar 3.1.1.RELEASE
org.springframework : spring-web jar 3.1.1.RELEASE
commons-lang : commons-lang jar 2.6
org.springframework : spring-core jar 3.1.1.RELEASE

runtime (4)

Group / Artifact Type Version
com.thoughtworks.xstream : xstream jar 1.4.2
log4j : log4j jar 1.2.17
org.codehaus.jackson : jackson-mapper-asl jar 1.9.3
org.slf4j : slf4j-log4j12 jar 1.5.8

test (1)

Group / Artifact Type Version
org.spockframework : spock-core jar 0.7-groovy-2.0-SNAPSHOT

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0