| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.nomou |
| Идентификатор | Идентификаторnougat |
| Последняя версия | Последняя версия1.0.14 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеnougat
Nougat - a light java toolkit
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| nougat-1.0.14.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.nomou/nougat/ -->
<dependency>
<groupId>com.github.nomou</groupId>
<artifactId>nougat</artifactId>
<version>1.0.14</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nomou/nougat/
implementation 'com.github.nomou:nougat:1.0.14'
// https://jarcasting.com/artifacts/com.github.nomou/nougat/
implementation ("com.github.nomou:nougat:1.0.14")
'com.github.nomou:nougat:pom:1.0.14'
<dependency org="com.github.nomou" name="nougat" rev="1.0.14">
<artifact name="nougat" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nomou', module='nougat', version='1.0.14')
)
libraryDependencies += "com.github.nomou" % "nougat" % "1.0.14"
[com.github.nomou/nougat "1.0.14"]