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