| Категории |
КатегорииUnity Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаcom.fizzgate |
| Идентификатор | Идентификаторfizz-gateway-community |
| Версия | Версия2.3.2-beta1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| fizz-gateway-community-2.3.2-beta1.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fizzgate/fizz-gateway-community/ -->
<dependency>
<groupId>com.fizzgate</groupId>
<artifactId>fizz-gateway-community</artifactId>
<version>2.3.2-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fizzgate/fizz-gateway-community/
implementation 'com.fizzgate:fizz-gateway-community:2.3.2-beta1'
// https://jarcasting.com/artifacts/com.fizzgate/fizz-gateway-community/
implementation ("com.fizzgate:fizz-gateway-community:2.3.2-beta1")
'com.fizzgate:fizz-gateway-community:pom:2.3.2-beta1'
<dependency org="com.fizzgate" name="fizz-gateway-community" rev="2.3.2-beta1">
<artifact name="fizz-gateway-community" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fizzgate', module='fizz-gateway-community', version='2.3.2-beta1')
)
libraryDependencies += "com.fizzgate" % "fizz-gateway-community" % "2.3.2-beta1"
[com.fizzgate/fizz-gateway-community "2.3.2-beta1"]