Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdch.epfl.scala |
ArtifactId | ArtifactIdmigrate-interfaces |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
migrate-interfaces-0.1.0.pom | |
migrate-interfaces-0.1.0.jar | 3 KB |
migrate-interfaces-0.1.0-sources.jar | 2 KB |
migrate-interfaces-0.1.0-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.epfl.scala/migrate-interfaces/ -->
<dependency>
<groupId>ch.epfl.scala</groupId>
<artifactId>migrate-interfaces</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/migrate-interfaces/
implementation 'ch.epfl.scala:migrate-interfaces:0.1.0'
// https://jarcasting.com/artifacts/ch.epfl.scala/migrate-interfaces/
implementation ("ch.epfl.scala:migrate-interfaces:0.1.0")
'ch.epfl.scala:migrate-interfaces:jar:0.1.0'
<dependency org="ch.epfl.scala" name="migrate-interfaces" rev="0.1.0">
<artifact name="migrate-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='migrate-interfaces', version='0.1.0')
)
libraryDependencies += "ch.epfl.scala" % "migrate-interfaces" % "0.1.0"
[ch.epfl.scala/migrate-interfaces "0.1.0"]