GroupId | GroupIdcom.github.japgolly.test-state |
---|---|
ArtifactId | ArtifactIdcore_2.11 |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
core_2.11-2.1.1.pom | |
core_2.11-2.1.1.jar | 1 MB |
core_2.11-2.1.1-sources.jar | 47 KB |
core_2.11-2.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.japgolly.test-state/core_2.11/ -->
<dependency>
<groupId>com.github.japgolly.test-state</groupId>
<artifactId>core_2.11</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.japgolly.test-state/core_2.11/
implementation 'com.github.japgolly.test-state:core_2.11:2.1.1'
// https://jarcasting.com/artifacts/com.github.japgolly.test-state/core_2.11/
implementation ("com.github.japgolly.test-state:core_2.11:2.1.1")
'com.github.japgolly.test-state:core_2.11:jar:2.1.1'
<dependency org="com.github.japgolly.test-state" name="core_2.11" rev="2.1.1">
<artifact name="core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.japgolly.test-state', module='core_2.11', version='2.1.1')
)
libraryDependencies += "com.github.japgolly.test-state" % "core_2.11" % "2.1.1"
[com.github.japgolly.test-state/core_2.11 "2.1.1"]