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