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