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