Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.juffrou |
ArtifactId | ArtifactIdjuffrou-xml |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
juffrou-xml-2.1.3.pom | |
juffrou-xml-2.1.3.jar | 54 KB |
juffrou-xml-2.1.3-sources.jar | 30 KB |
juffrou-xml-2.1.3-javadoc.jar | 270 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml/ -->
<dependency>
<groupId>net.sf.juffrou</groupId>
<artifactId>juffrou-xml</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml/
implementation 'net.sf.juffrou:juffrou-xml:2.1.3'
// https://jarcasting.com/artifacts/net.sf.juffrou/juffrou-xml/
implementation ("net.sf.juffrou:juffrou-xml:2.1.3")
'net.sf.juffrou:juffrou-xml:jar:2.1.3'
<dependency org="net.sf.juffrou" name="juffrou-xml" rev="2.1.3">
<artifact name="juffrou-xml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.juffrou', module='juffrou-xml', version='2.1.3')
)
libraryDependencies += "net.sf.juffrou" % "juffrou-xml" % "2.1.3"
[net.sf.juffrou/juffrou-xml "2.1.3"]