| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.mcpat.gcf |
| Идентификатор | Идентификаторgcf-parent |
| Последняя версия | Последняя версия0.6 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGeneric Connection Framework
Generic Connection Framework for the Java Standard Edition
|
| Имя Файла | Размер |
|---|---|
| gcf-parent-0.6.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mcpat.gcf/gcf-parent/ -->
<dependency>
<groupId>com.github.mcpat.gcf</groupId>
<artifactId>gcf-parent</artifactId>
<version>0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mcpat.gcf/gcf-parent/
implementation 'com.github.mcpat.gcf:gcf-parent:0.6'
// https://jarcasting.com/artifacts/com.github.mcpat.gcf/gcf-parent/
implementation ("com.github.mcpat.gcf:gcf-parent:0.6")
'com.github.mcpat.gcf:gcf-parent:pom:0.6'
<dependency org="com.github.mcpat.gcf" name="gcf-parent" rev="0.6">
<artifact name="gcf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mcpat.gcf', module='gcf-parent', version='0.6')
)
libraryDependencies += "com.github.mcpat.gcf" % "gcf-parent" % "0.6"
[com.github.mcpat.gcf/gcf-parent "0.6"]