| GroupId | GroupIdcom.softwaremill.diffx |
|---|---|
| ArtifactId | ArtifactIddiffx-utests_2.12 |
| Version | Version0.3.22 |
| Type | Typejar |
| Filename | Size |
|---|---|
| diffx-utests_2.12-0.3.22.pom | |
| diffx-utests_2.12-0.3.22.jar | 308 bytes |
| diffx-utests_2.12-0.3.22-sources.jar | 259 bytes |
| diffx-utests_2.12-0.3.22-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.diffx/diffx-utests_2.12/ -->
<dependency>
<groupId>com.softwaremill.diffx</groupId>
<artifactId>diffx-utests_2.12</artifactId>
<version>0.3.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.diffx/diffx-utests_2.12/
implementation 'com.softwaremill.diffx:diffx-utests_2.12:0.3.22'
// https://jarcasting.com/artifacts/com.softwaremill.diffx/diffx-utests_2.12/
implementation ("com.softwaremill.diffx:diffx-utests_2.12:0.3.22")
'com.softwaremill.diffx:diffx-utests_2.12:jar:0.3.22'
<dependency org="com.softwaremill.diffx" name="diffx-utests_2.12" rev="0.3.22">
<artifact name="diffx-utests_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.diffx', module='diffx-utests_2.12', version='0.3.22')
)
libraryDependencies += "com.softwaremill.diffx" % "diffx-utests_2.12" % "0.3.22"
[com.softwaremill.diffx/diffx-utests_2.12 "0.3.22"]