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