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