License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.juffrou |
ArtifactId | ArtifactIdjuffrou-xml-spring |
Version | Version2.1.9 |
Type | Typejar |
Description |
DescriptionJuffrou XML Spring
Juffrou XML integration with Spring-OXM
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
juffrou-xml-spring-2.1.9.pom | |
juffrou-xml-spring-2.1.9.jar | 26 KB |
juffrou-xml-spring-2.1.9-sources.jar | 16 KB |
juffrou-xml-spring-2.1.9-javadoc.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml-spring/ -->
<dependency>
<groupId>net.sf.juffrou</groupId>
<artifactId>juffrou-xml-spring</artifactId>
<version>2.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml-spring/
implementation 'net.sf.juffrou:juffrou-xml-spring:2.1.9'
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml-spring/
implementation ("net.sf.juffrou:juffrou-xml-spring:2.1.9")
'net.sf.juffrou:juffrou-xml-spring:jar:2.1.9'
<dependency org="net.sf.juffrou" name="juffrou-xml-spring" rev="2.1.9">
<artifact name="juffrou-xml-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.juffrou', module='juffrou-xml-spring', version='2.1.9')
)
libraryDependencies += "net.sf.juffrou" % "juffrou-xml-spring" % "2.1.9"
[net.sf.juffrou/juffrou-xml-spring "2.1.9"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.juffrou : juffrou-xml | jar | 2.1.9 |
commons-logging : commons-logging Optional | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-oxm Optional | jar | 3.1.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |