Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.scalaprops |
ArtifactId | ArtifactIdscalaprops_2.12 |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
scalaprops_2.12-0.8.1.pom | |
scalaprops_2.12-0.8.1.jar | 99 KB |
scalaprops_2.12-0.8.1-sources.jar | 12 KB |
scalaprops_2.12-0.8.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops_2.12/ -->
<dependency>
<groupId>com.github.scalaprops</groupId>
<artifactId>scalaprops_2.12</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops_2.12/
implementation 'com.github.scalaprops:scalaprops_2.12:0.8.1'
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops_2.12/
implementation ("com.github.scalaprops:scalaprops_2.12:0.8.1")
'com.github.scalaprops:scalaprops_2.12:jar:0.8.1'
<dependency org="com.github.scalaprops" name="scalaprops_2.12" rev="0.8.1">
<artifact name="scalaprops_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalaprops', module='scalaprops_2.12', version='0.8.1')
)
libraryDependencies += "com.github.scalaprops" % "scalaprops_2.12" % "0.8.1"
[com.github.scalaprops/scalaprops_2.12 "0.8.1"]