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