Categories |
CategoriesScala Languages Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdorg.scalatest |
ArtifactId | ArtifactIdautofix_2.13 |
Version | Version3.0.8-1 |
Type | Typejar |
Filename | Size |
---|---|
autofix_2.13-3.0.8-1.pom | |
autofix_2.13-3.0.8-1.jar | 5 KB |
autofix_2.13-3.0.8-1-sources.jar | 1 KB |
autofix_2.13-3.0.8-1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalatest/autofix_2.13/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>autofix_2.13</artifactId>
<version>3.0.8-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/autofix_2.13/
implementation 'org.scalatest:autofix_2.13:3.0.8-1'
// https://jarcasting.com/artifacts/org.scalatest/autofix_2.13/
implementation ("org.scalatest:autofix_2.13:3.0.8-1")
'org.scalatest:autofix_2.13:jar:3.0.8-1'
<dependency org="org.scalatest" name="autofix_2.13" rev="3.0.8-1">
<artifact name="autofix_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='autofix_2.13', version='3.0.8-1')
)
libraryDependencies += "org.scalatest" % "autofix_2.13" % "3.0.8-1"
[org.scalatest/autofix_2.13 "3.0.8-1"]