| Categories |
CategoriesScala Languages Auto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.gu |
| ArtifactId | ArtifactIdscala-automation_2.10 |
| Version | Version1.18 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scala-automation_2.10-1.18.pom | |
| scala-automation_2.10-1.18.jar | 83 KB |
| scala-automation_2.10-1.18-sources.jar | 13 KB |
| scala-automation_2.10-1.18-javadoc.jar | 461 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gu/scala-automation_2.10/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>scala-automation_2.10</artifactId>
<version>1.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/scala-automation_2.10/
implementation 'com.gu:scala-automation_2.10:1.18'
// https://jarcasting.com/artifacts/com.gu/scala-automation_2.10/
implementation ("com.gu:scala-automation_2.10:1.18")
'com.gu:scala-automation_2.10:jar:1.18'
<dependency org="com.gu" name="scala-automation_2.10" rev="1.18">
<artifact name="scala-automation_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='scala-automation_2.10', version='1.18')
)
libraryDependencies += "com.gu" % "scala-automation_2.10" % "1.18"
[com.gu/scala-automation_2.10 "1.18"]