Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdch.epfl.scala |
ArtifactId | ArtifactIdclasspath-shrinker_2.11 |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.epfl.scala/classpath-shrinker_2.11/ -->
<dependency>
<groupId>ch.epfl.scala</groupId>
<artifactId>classpath-shrinker_2.11</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/classpath-shrinker_2.11/
implementation 'ch.epfl.scala:classpath-shrinker_2.11:0.1.0'
// https://jarcasting.com/artifacts/ch.epfl.scala/classpath-shrinker_2.11/
implementation ("ch.epfl.scala:classpath-shrinker_2.11:0.1.0")
'ch.epfl.scala:classpath-shrinker_2.11:jar:0.1.0'
<dependency org="ch.epfl.scala" name="classpath-shrinker_2.11" rev="0.1.0">
<artifact name="classpath-shrinker_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='classpath-shrinker_2.11', version='0.1.0')
)
libraryDependencies += "ch.epfl.scala" % "classpath-shrinker_2.11" % "0.1.0"
[ch.epfl.scala/classpath-shrinker_2.11 "0.1.0"]