GroupId | GroupIdcom.predic8 |
---|---|
ArtifactId | ArtifactIdxmlbeautifier |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
xmlbeautifier-1.2.1.pom | |
xmlbeautifier-1.2.1.jar | 9 KB |
xmlbeautifier-1.2.1-sources.jar | 4 KB |
xmlbeautifier-1.2.1-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.predic8/xmlbeautifier/ -->
<dependency>
<groupId>com.predic8</groupId>
<artifactId>xmlbeautifier</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.predic8/xmlbeautifier/
implementation 'com.predic8:xmlbeautifier:1.2.1'
// https://jarcasting.com/artifacts/com.predic8/xmlbeautifier/
implementation ("com.predic8:xmlbeautifier:1.2.1")
'com.predic8:xmlbeautifier:jar:1.2.1'
<dependency org="com.predic8" name="xmlbeautifier" rev="1.2.1">
<artifact name="xmlbeautifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.predic8', module='xmlbeautifier', version='1.2.1')
)
libraryDependencies += "com.predic8" % "xmlbeautifier" % "1.2.1"
[com.predic8/xmlbeautifier "1.2.1"]