Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.revelc.code.formatter |
ArtifactId | ArtifactIdxml-formatter |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
xml-formatter-0.1.0.pom | |
xml-formatter-0.1.0.jar | 26 KB |
xml-formatter-0.1.0-sources.jar | 12 KB |
xml-formatter-0.1.0-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.revelc.code.formatter/xml-formatter/ -->
<dependency>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>xml-formatter</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.revelc.code.formatter/xml-formatter/
implementation 'net.revelc.code.formatter:xml-formatter:0.1.0'
// https://jarcasting.com/artifacts/net.revelc.code.formatter/xml-formatter/
implementation ("net.revelc.code.formatter:xml-formatter:0.1.0")
'net.revelc.code.formatter:xml-formatter:jar:0.1.0'
<dependency org="net.revelc.code.formatter" name="xml-formatter" rev="0.1.0">
<artifact name="xml-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.revelc.code.formatter', module='xml-formatter', version='0.1.0')
)
libraryDependencies += "net.revelc.code.formatter" % "xml-formatter" % "0.1.0"
[net.revelc.code.formatter/xml-formatter "0.1.0"]