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