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