Categories |
CategoriesScala Languages Net |
---|---|
GroupId | GroupIdio.iohk |
ArtifactId | ArtifactIdscalanet_2.12 |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
scalanet_2.12-0.6.0.pom | |
scalanet_2.12-0.6.0.jar | 374 KB |
scalanet_2.12-0.6.0-sources.jar | 39 KB |
scalanet_2.12-0.6.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.iohk/scalanet_2.12/ -->
<dependency>
<groupId>io.iohk</groupId>
<artifactId>scalanet_2.12</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.iohk/scalanet_2.12/
implementation 'io.iohk:scalanet_2.12:0.6.0'
// https://jarcasting.com/artifacts/io.iohk/scalanet_2.12/
implementation ("io.iohk:scalanet_2.12:0.6.0")
'io.iohk:scalanet_2.12:jar:0.6.0'
<dependency org="io.iohk" name="scalanet_2.12" rev="0.6.0">
<artifact name="scalanet_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.iohk', module='scalanet_2.12', version='0.6.0')
)
libraryDependencies += "io.iohk" % "scalanet_2.12" % "0.6.0"
[io.iohk/scalanet_2.12 "0.6.0"]