Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdch.epfl.scala |
ArtifactId | ArtifactIdapi |
Last Version | Last Version0.13.17-sourcedeps |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
api-0.13.17-sourcedeps.pom | |
api-0.13.17-sourcedeps.jar | 279 KB |
api-0.13.17-sourcedeps-sources.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.epfl.scala/api/ -->
<dependency>
<groupId>ch.epfl.scala</groupId>
<artifactId>api</artifactId>
<version>0.13.17-sourcedeps</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.scala/api/
implementation 'ch.epfl.scala:api:0.13.17-sourcedeps'
// https://jarcasting.com/artifacts/ch.epfl.scala/api/
implementation ("ch.epfl.scala:api:0.13.17-sourcedeps")
'ch.epfl.scala:api:jar:0.13.17-sourcedeps'
<dependency org="ch.epfl.scala" name="api" rev="0.13.17-sourcedeps">
<artifact name="api" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.scala', module='api', version='0.13.17-sourcedeps')
)
libraryDependencies += "ch.epfl.scala" % "api" % "0.13.17-sourcedeps"
[ch.epfl.scala/api "0.13.17-sourcedeps"]