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