GroupId | GroupIdtop.populus |
---|---|
ArtifactId | ArtifactIdbees |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
bees-1.0.5.pom | |
bees-1.0.5.jar | 9 KB |
bees-1.0.5-sources.jar | 7 KB |
bees-1.0.5-javadoc.jar | 425 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.populus/bees/ -->
<dependency>
<groupId>top.populus</groupId>
<artifactId>bees</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/top.populus/bees/
implementation 'top.populus:bees:1.0.5'
// https://jarcasting.com/artifacts/top.populus/bees/
implementation ("top.populus:bees:1.0.5")
'top.populus:bees:jar:1.0.5'
<dependency org="top.populus" name="bees" rev="1.0.5">
<artifact name="bees" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.populus', module='bees', version='1.0.5')
)
libraryDependencies += "top.populus" % "bees" % "1.0.5"
[top.populus/bees "1.0.5"]