is not current version
Last Version 2.1.9

net.sf.juffrou:juffrou-xml 2.1.7

Juffrou XML is simplified marshaling for java beans into XML and back.

Categories

Categories

Net
GroupId

GroupId

net.sf.juffrou
ArtifactId

ArtifactId

juffrou-xml
Version

Version

2.1.7
Type

Type

jar

Download juffrou-xml 2.1.7


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