| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.github.andyglow |
| ArtifactId | ArtifactIdscala-xml-diff_2.11 |
| Version | Version2.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scala-xml-diff_2.11-2.0.3.pom | |
| scala-xml-diff_2.11-2.0.3.jar | 134 KB |
| scala-xml-diff_2.11-2.0.3-sources.jar | 8 KB |
| scala-xml-diff_2.11-2.0.3-javadoc.jar | 494 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.andyglow/scala-xml-diff_2.11/ -->
<dependency>
<groupId>com.github.andyglow</groupId>
<artifactId>scala-xml-diff_2.11</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.andyglow/scala-xml-diff_2.11/
implementation 'com.github.andyglow:scala-xml-diff_2.11:2.0.3'
// https://jarcasting.com/artifacts/com.github.andyglow/scala-xml-diff_2.11/
implementation ("com.github.andyglow:scala-xml-diff_2.11:2.0.3")
'com.github.andyglow:scala-xml-diff_2.11:jar:2.0.3'
<dependency org="com.github.andyglow" name="scala-xml-diff_2.11" rev="2.0.3">
<artifact name="scala-xml-diff_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.andyglow', module='scala-xml-diff_2.11', version='2.0.3')
)
libraryDependencies += "com.github.andyglow" % "scala-xml-diff_2.11" % "2.0.3"
[com.github.andyglow/scala-xml-diff_2.11 "2.0.3"]