GroupId | GroupIdorg.typelevel |
---|---|
ArtifactId | ArtifactIdshapeless3-typeable_3 |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
shapeless3-typeable_3-3.0.0.pom | |
shapeless3-typeable_3-3.0.0.jar | 79 KB |
shapeless3-typeable_3-3.0.0-sources.jar | 5 KB |
shapeless3-typeable_3-3.0.0-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.typelevel/shapeless3-typeable_3/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>shapeless3-typeable_3</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/shapeless3-typeable_3/
implementation 'org.typelevel:shapeless3-typeable_3:3.0.0'
// https://jarcasting.com/artifacts/org.typelevel/shapeless3-typeable_3/
implementation ("org.typelevel:shapeless3-typeable_3:3.0.0")
'org.typelevel:shapeless3-typeable_3:jar:3.0.0'
<dependency org="org.typelevel" name="shapeless3-typeable_3" rev="3.0.0">
<artifact name="shapeless3-typeable_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='shapeless3-typeable_3', version='3.0.0')
)
libraryDependencies += "org.typelevel" % "shapeless3-typeable_3" % "3.0.0"
[org.typelevel/shapeless3-typeable_3 "3.0.0"]