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