Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.vital-software |
ArtifactId | ArtifactIdscala-redox_2.11 |
Version | Version0.94 |
Type | Typejar |
Filename | Size |
---|---|
scala-redox_2.11-0.94.pom | |
scala-redox_2.11-0.94.jar | 1 MB |
scala-redox_2.11-0.94-sources.jar | 36 KB |
scala-redox_2.11-0.94-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vital-software/scala-redox_2.11/ -->
<dependency>
<groupId>com.github.vital-software</groupId>
<artifactId>scala-redox_2.11</artifactId>
<version>0.94</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vital-software/scala-redox_2.11/
implementation 'com.github.vital-software:scala-redox_2.11:0.94'
// https://jarcasting.com/artifacts/com.github.vital-software/scala-redox_2.11/
implementation ("com.github.vital-software:scala-redox_2.11:0.94")
'com.github.vital-software:scala-redox_2.11:jar:0.94'
<dependency org="com.github.vital-software" name="scala-redox_2.11" rev="0.94">
<artifact name="scala-redox_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vital-software', module='scala-redox_2.11', version='0.94')
)
libraryDependencies += "com.github.vital-software" % "scala-redox_2.11" % "0.94"
[com.github.vital-software/scala-redox_2.11 "0.94"]