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