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