Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.scalaprops |
ArtifactId | ArtifactIdscalaprops-core_2.13.0-M3 |
Version | Version0.5.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops-core_2.13.0-M3/ -->
<dependency>
<groupId>com.github.scalaprops</groupId>
<artifactId>scalaprops-core_2.13.0-M3</artifactId>
<version>0.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops-core_2.13.0-M3/
implementation 'com.github.scalaprops:scalaprops-core_2.13.0-M3:0.5.3'
// https://jarcasting.com/artifacts/com.github.scalaprops/scalaprops-core_2.13.0-M3/
implementation ("com.github.scalaprops:scalaprops-core_2.13.0-M3:0.5.3")
'com.github.scalaprops:scalaprops-core_2.13.0-M3:jar:0.5.3'
<dependency org="com.github.scalaprops" name="scalaprops-core_2.13.0-M3" rev="0.5.3">
<artifact name="scalaprops-core_2.13.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalaprops', module='scalaprops-core_2.13.0-M3', version='0.5.3')
)
libraryDependencies += "com.github.scalaprops" % "scalaprops-core_2.13.0-M3" % "0.5.3"
[com.github.scalaprops/scalaprops-core_2.13.0-M3 "0.5.3"]