Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.lucubrators |
ArtifactId | ArtifactIdhoneycomb |
Version | Version0.5.2 |
Type | Typepom |
Filename | Size |
---|---|
honeycomb-0.5.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.lucubrators/honeycomb/ -->
<dependency>
<groupId>net.lucubrators</groupId>
<artifactId>honeycomb</artifactId>
<version>0.5.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb/
implementation 'net.lucubrators:honeycomb:0.5.2'
// https://jarcasting.com/artifacts/net.lucubrators/honeycomb/
implementation ("net.lucubrators:honeycomb:0.5.2")
'net.lucubrators:honeycomb:pom:0.5.2'
<dependency org="net.lucubrators" name="honeycomb" rev="0.5.2">
<artifact name="honeycomb" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.lucubrators', module='honeycomb', version='0.5.2')
)
libraryDependencies += "net.lucubrators" % "honeycomb" % "0.5.2"
[net.lucubrators/honeycomb "0.5.2"]