| Группа | Группаcom.thesett |
|---|---|
| Идентификатор | Идентификаторl0 |
| Версия | Версия0.8.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| l0-0.8.3.pom | |
| l0-0.8.3.jar | 20 KB |
| l0-0.8.3-tests.jar | 7 KB |
| l0-0.8.3-sources.jar | 27 KB |
| l0-0.8.3-javadoc.jar | 123 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.thesett/l0/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>l0</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/l0/
implementation 'com.thesett:l0:0.8.3'
// https://jarcasting.com/artifacts/com.thesett/l0/
implementation ("com.thesett:l0:0.8.3")
'com.thesett:l0:jar:0.8.3'
<dependency org="com.thesett" name="l0" rev="0.8.3">
<artifact name="l0" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='l0', version='0.8.3')
)
libraryDependencies += "com.thesett" % "l0" % "0.8.3"
[com.thesett/l0 "0.8.3"]