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