| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdcom.metamx |
| ArtifactId | ArtifactIdscala-util_2.12 |
| Version | Version1.13.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| scala-util_2.12-1.13.2.pom | |
| scala-util_2.12-1.13.2.jar | 386 KB |
| scala-util_2.12-1.13.2-sources.jar | 64 KB |
| scala-util_2.12-1.13.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.metamx/scala-util_2.12/ -->
<dependency>
<groupId>com.metamx</groupId>
<artifactId>scala-util_2.12</artifactId>
<version>1.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.metamx/scala-util_2.12/
implementation 'com.metamx:scala-util_2.12:1.13.2'
// https://jarcasting.com/artifacts/com.metamx/scala-util_2.12/
implementation ("com.metamx:scala-util_2.12:1.13.2")
'com.metamx:scala-util_2.12:jar:1.13.2'
<dependency org="com.metamx" name="scala-util_2.12" rev="1.13.2">
<artifact name="scala-util_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metamx', module='scala-util_2.12', version='1.13.2')
)
libraryDependencies += "com.metamx" % "scala-util_2.12" % "1.13.2"
[com.metamx/scala-util_2.12 "1.13.2"]