License |
License |
---|---|
GroupId | GroupIdcom.github.krzemin |
ArtifactId | ArtifactIdoctopus_2.11 |
Version | Version0.4.1 |
Type | Typejar |
Description |
Descriptionoctopus
Boilerplate-free validation library for Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
octopus_2.11-0.4.1.pom | |
octopus_2.11-0.4.1.jar | 170 KB |
octopus_2.11-0.4.1-sources.jar | 9 KB |
octopus_2.11-0.4.1-javadoc.jar | 435 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.krzemin/octopus_2.11/ -->
<dependency>
<groupId>com.github.krzemin</groupId>
<artifactId>octopus_2.11</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krzemin/octopus_2.11/
implementation 'com.github.krzemin:octopus_2.11:0.4.1'
// https://jarcasting.com/artifacts/com.github.krzemin/octopus_2.11/
implementation ("com.github.krzemin:octopus_2.11:0.4.1")
'com.github.krzemin:octopus_2.11:jar:0.4.1'
<dependency org="com.github.krzemin" name="octopus_2.11" rev="0.4.1">
<artifact name="octopus_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krzemin', module='octopus_2.11', version='0.4.1')
)
libraryDependencies += "com.github.krzemin" % "octopus_2.11" % "0.4.1"
[com.github.krzemin/octopus_2.11 "0.4.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.11.12 |
com.chuusai : shapeless_2.11 | jar | 2.3.3 |
org.scala-lang : scala-reflect | jar | 2.11.12 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.11 | jar | 3.1.1 |