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