| Группа | Группаch.epfl.lamp |
|---|---|
| Идентификатор | Идентификаторtasty-core_0.23 |
| Версия | Версия0.23.0-bin-20200225-04d5068-NIGHTLY |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/ch.epfl.lamp/tasty-core_0.23/ -->
<dependency>
<groupId>ch.epfl.lamp</groupId>
<artifactId>tasty-core_0.23</artifactId>
<version>0.23.0-bin-20200225-04d5068-NIGHTLY</version>
</dependency>
// https://jarcasting.com/artifacts/ch.epfl.lamp/tasty-core_0.23/
implementation 'ch.epfl.lamp:tasty-core_0.23:0.23.0-bin-20200225-04d5068-NIGHTLY'
// https://jarcasting.com/artifacts/ch.epfl.lamp/tasty-core_0.23/
implementation ("ch.epfl.lamp:tasty-core_0.23:0.23.0-bin-20200225-04d5068-NIGHTLY")
'ch.epfl.lamp:tasty-core_0.23:jar:0.23.0-bin-20200225-04d5068-NIGHTLY'
<dependency org="ch.epfl.lamp" name="tasty-core_0.23" rev="0.23.0-bin-20200225-04d5068-NIGHTLY">
<artifact name="tasty-core_0.23" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.epfl.lamp', module='tasty-core_0.23', version='0.23.0-bin-20200225-04d5068-NIGHTLY')
)
libraryDependencies += "ch.epfl.lamp" % "tasty-core_0.23" % "0.23.0-bin-20200225-04d5068-NIGHTLY"
[ch.epfl.lamp/tasty-core_0.23 "0.23.0-bin-20200225-04d5068-NIGHTLY"]