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