License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.innig.sweetxml |
ArtifactId | ArtifactIdsweetxml |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSweetXML core
Core Java library and command-line interface for SweetXML, an
alternate syntax for XML which focuses on improving the conciseness
and readability of configuration files.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
sweetxml-0.2.pom | |
sweetxml-0.2.jar | 26 KB |
sweetxml-0.2-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.innig.sweetxml/sweetxml/ -->
<dependency>
<groupId>net.innig.sweetxml</groupId>
<artifactId>sweetxml</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.innig.sweetxml/sweetxml/
implementation 'net.innig.sweetxml:sweetxml:0.2'
// https://jarcasting.com/artifacts/net.innig.sweetxml/sweetxml/
implementation ("net.innig.sweetxml:sweetxml:0.2")
'net.innig.sweetxml:sweetxml:jar:0.2'
<dependency org="net.innig.sweetxml" name="sweetxml" rev="0.2">
<artifact name="sweetxml" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.innig.sweetxml', module='sweetxml', version='0.2')
)
libraryDependencies += "net.innig.sweetxml" % "sweetxml" % "0.2"
[net.innig.sweetxml/sweetxml "0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.1 |