License |
License |
---|---|
GroupId | GroupIdcom.crygier |
ArtifactId | ArtifactIdSpringUtils |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionSpringUtils
SpringUtils is a collection of utility classes for use with Spring and SpringMVC
|
Filename | Size |
---|---|
SpringUtils-1.0.1.pom | |
SpringUtils-1.0.1.jar | 8 KB |
SpringUtils-1.0.1-sources.jar | 8 KB |
SpringUtils-1.0.1-javadoc.jar | 32 KB |
Browse |
<!-- 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"]
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 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.7-groovy-2.0-SNAPSHOT |