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