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