| GroupId | GroupIdtools.devnull |
|---|---|
| ArtifactId | ArtifactIdboteco-main |
| Version | Version0.10.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| boteco-main-0.10.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tools.devnull/boteco-main/ -->
<dependency>
<groupId>tools.devnull</groupId>
<artifactId>boteco-main</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/tools.devnull/boteco-main/
implementation 'tools.devnull:boteco-main:0.10.0'
// https://jarcasting.com/artifacts/tools.devnull/boteco-main/
implementation ("tools.devnull:boteco-main:0.10.0")
'tools.devnull:boteco-main:pom:0.10.0'
<dependency org="tools.devnull" name="boteco-main" rev="0.10.0">
<artifact name="boteco-main" type="pom" />
</dependency>
@Grapes(
@Grab(group='tools.devnull', module='boteco-main', version='0.10.0')
)
libraryDependencies += "tools.devnull" % "boteco-main" % "0.10.0"
[tools.devnull/boteco-main "0.10.0"]