GroupId | GroupIdcom.github.japgolly.microlibs |
---|---|
ArtifactId | ArtifactIdstdlib-ext_2.12 |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
stdlib-ext_2.12-2.0.pom | |
stdlib-ext_2.12-2.0.jar | 261 KB |
stdlib-ext_2.12-2.0-sources.jar | 8 KB |
stdlib-ext_2.12-2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.microlibs/stdlib-ext_2.12/ -->
<dependency>
<groupId>com.github.japgolly.microlibs</groupId>
<artifactId>stdlib-ext_2.12</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.microlibs/stdlib-ext_2.12/
implementation 'com.github.japgolly.microlibs:stdlib-ext_2.12:2.0'
// https://jarcasting.com/artifacts/com.github.japgolly.microlibs/stdlib-ext_2.12/
implementation ("com.github.japgolly.microlibs:stdlib-ext_2.12:2.0")
'com.github.japgolly.microlibs:stdlib-ext_2.12:jar:2.0'
<dependency org="com.github.japgolly.microlibs" name="stdlib-ext_2.12" rev="2.0">
<artifact name="stdlib-ext_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.microlibs', module='stdlib-ext_2.12', version='2.0')
)
libraryDependencies += "com.github.japgolly.microlibs" % "stdlib-ext_2.12" % "2.0"
[com.github.japgolly.microlibs/stdlib-ext_2.12 "2.0"]