Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.juffrou |
ArtifactId | ArtifactIdjuffrou-xml-spring |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
juffrou-xml-spring-2.0.7.pom | |
juffrou-xml-spring-2.0.7.jar | 7 KB |
juffrou-xml-spring-2.0.7-sources.jar | 3 KB |
juffrou-xml-spring-2.0.7-javadoc.jar | 50 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.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml-spring/
implementation 'net.sf.juffrou:juffrou-xml-spring:2.0.7'
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml-spring/
implementation ("net.sf.juffrou:juffrou-xml-spring:2.0.7")
'net.sf.juffrou:juffrou-xml-spring:jar:2.0.7'
<dependency org="net.sf.juffrou" name="juffrou-xml-spring" rev="2.0.7">
<artifact name="juffrou-xml-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.juffrou', module='juffrou-xml-spring', version='2.0.7')
)
libraryDependencies += "net.sf.juffrou" % "juffrou-xml-spring" % "2.0.7"
[net.sf.juffrou/juffrou-xml-spring "2.0.7"]