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