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