| Группа | Группаch.epfl.lara |
|---|---|
| Идентификатор | Идентификаторinox_2.11 |
| Версия | Версия1.0.2-182-g6bb5560 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.epfl.lara/inox_2.11/ -->
<dependency>
<groupId>ch.epfl.lara</groupId>
<artifactId>inox_2.11</artifactId>
<version>1.0.2-182-g6bb5560</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lara/inox_2.11/
implementation 'ch.epfl.lara:inox_2.11:1.0.2-182-g6bb5560'
// https://jarcasting.com/artifacts/ch.epfl.lara/inox_2.11/
implementation ("ch.epfl.lara:inox_2.11:1.0.2-182-g6bb5560")
'ch.epfl.lara:inox_2.11:jar:1.0.2-182-g6bb5560'
<dependency org="ch.epfl.lara" name="inox_2.11" rev="1.0.2-182-g6bb5560">
<artifact name="inox_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lara', module='inox_2.11', version='1.0.2-182-g6bb5560')
)
libraryDependencies += "ch.epfl.lara" % "inox_2.11" % "1.0.2-182-g6bb5560"
[ch.epfl.lara/inox_2.11 "1.0.2-182-g6bb5560"]