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