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