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