License |
License |
---|---|
GroupId | GroupIdcom.pelzer.util |
ArtifactId | ArtifactIdpelzer-spring |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPelzer Java Spring Utilities
The Pelzer.com Java Spring Utilities package.
|
Filename | Size |
---|---|
pelzer-spring-1.3.0.pom | |
pelzer-spring-1.3.0.jar | 8 KB |
pelzer-spring-1.3.0-sources.jar | 4 KB |
pelzer-spring-1.3.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pelzer.util/pelzer-spring/ -->
<dependency>
<groupId>com.pelzer.util</groupId>
<artifactId>pelzer-spring</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pelzer.util/pelzer-spring/
implementation 'com.pelzer.util:pelzer-spring:1.3.0'
// https://jarcasting.com/artifacts/com.pelzer.util/pelzer-spring/
implementation ("com.pelzer.util:pelzer-spring:1.3.0")
'com.pelzer.util:pelzer-spring:jar:1.3.0'
<dependency org="com.pelzer.util" name="pelzer-spring" rev="1.3.0">
<artifact name="pelzer-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pelzer.util', module='pelzer-spring', version='1.3.0')
)
libraryDependencies += "com.pelzer.util" % "pelzer-spring" % "1.3.0"
[com.pelzer.util/pelzer-spring "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.pelzer.util : pelzer-util | jar | 1.4.0 |
org.springframework : spring-core | jar | 3.2.0.RELEASE |
org.springframework : spring-beans | jar | 3.2.0.RELEASE |
org.springframework : spring-context | jar | 3.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |