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