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