| GroupId | GroupIdcom.ovhcloud |
|---|---|
| ArtifactId | ArtifactIdsv2chisel_2.12 |
| Version | Version0.1.0-RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| sv2chisel_2.12-0.1.0-RC1.pom | |
| sv2chisel_2.12-0.1.0-RC1.jar | 2 MB |
| sv2chisel_2.12-0.1.0-RC1-sources.jar | 142 KB |
| sv2chisel_2.12-0.1.0-RC1-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ovhcloud/sv2chisel_2.12/ -->
<dependency>
<groupId>com.ovhcloud</groupId>
<artifactId>sv2chisel_2.12</artifactId>
<version>0.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovhcloud/sv2chisel_2.12/
implementation 'com.ovhcloud:sv2chisel_2.12:0.1.0-RC1'
// https://jarcasting.com/artifacts/com.ovhcloud/sv2chisel_2.12/
implementation ("com.ovhcloud:sv2chisel_2.12:0.1.0-RC1")
'com.ovhcloud:sv2chisel_2.12:jar:0.1.0-RC1'
<dependency org="com.ovhcloud" name="sv2chisel_2.12" rev="0.1.0-RC1">
<artifact name="sv2chisel_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovhcloud', module='sv2chisel_2.12', version='0.1.0-RC1')
)
libraryDependencies += "com.ovhcloud" % "sv2chisel_2.12" % "0.1.0-RC1"
[com.ovhcloud/sv2chisel_2.12 "0.1.0-RC1"]