| GroupId | GroupIdch.epfl.lara |
|---|---|
| ArtifactId | ArtifactIdinox_2.12 |
| Version | Version1.0.2-238-gfecc51d |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.epfl.lara/inox_2.12/ -->
<dependency>
<groupId>ch.epfl.lara</groupId>
<artifactId>inox_2.12</artifactId>
<version>1.0.2-238-gfecc51d</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lara/inox_2.12/
implementation 'ch.epfl.lara:inox_2.12:1.0.2-238-gfecc51d'
// https://jarcasting.com/artifacts/ch.epfl.lara/inox_2.12/
implementation ("ch.epfl.lara:inox_2.12:1.0.2-238-gfecc51d")
'ch.epfl.lara:inox_2.12:jar:1.0.2-238-gfecc51d'
<dependency org="ch.epfl.lara" name="inox_2.12" rev="1.0.2-238-gfecc51d">
<artifact name="inox_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lara', module='inox_2.12', version='1.0.2-238-gfecc51d')
)
libraryDependencies += "ch.epfl.lara" % "inox_2.12" % "1.0.2-238-gfecc51d"
[ch.epfl.lara/inox_2.12 "1.0.2-238-gfecc51d"]