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