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