Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.japgolly.scalacss |
ArtifactId | ArtifactIdcore_3 |
Version | Version1.0.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
core_3-1.0.0-RC2.pom | |
core_3-1.0.0-RC2.jar | 1 MB |
core_3-1.0.0-RC2-sources.jar | 114 KB |
core_3-1.0.0-RC2-javadoc.jar | 5 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.scalacss/core_3/ -->
<dependency>
<groupId>com.github.japgolly.scalacss</groupId>
<artifactId>core_3</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.scalacss/core_3/
implementation 'com.github.japgolly.scalacss:core_3:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.japgolly.scalacss/core_3/
implementation ("com.github.japgolly.scalacss:core_3:1.0.0-RC2")
'com.github.japgolly.scalacss:core_3:jar:1.0.0-RC2'
<dependency org="com.github.japgolly.scalacss" name="core_3" rev="1.0.0-RC2">
<artifact name="core_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.scalacss', module='core_3', version='1.0.0-RC2')
)
libraryDependencies += "com.github.japgolly.scalacss" % "core_3" % "1.0.0-RC2"
[com.github.japgolly.scalacss/core_3 "1.0.0-RC2"]