Files download
File Operation
shadedshapeless_2.12-2.3.3.jar download
shadedshapeless_2.12-2.3.3.pom download
shadedshapeless_2.12-2.3.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.hydrosphere</groupId>
  <artifactId>shadedshapeless_2.12</artifactId>
  <version>2.3.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.hydrosphere:shadedshapeless_2.12:2.3.3'
Gradle Kotlin
implementation("io.hydrosphere:shadedshapeless_2.12:2.3.3")
Scala SBT
libraryDependencies += "io.hydrosphere" % "shadedshapeless_2.12" % "2.3.3"
Groovy Grape
@Grapes(
  @Grab(group='io.hydrosphere', module='shadedshapeless_2.12', version='2.3.3')
)
Apache Ivy
<dependency org="io.hydrosphere" name="shadedshapeless_2.12" rev="2.3.3" />
Leiningen
[io.hydrosphere/shadedshapeless_2.12 "2.3.3"]
Apache Buildr
'io.hydrosphere:shadedshapeless_2.12:jar:2.3.3'