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