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