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