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