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