GroupId | GroupIdcom.github.chris2018998 |
---|---|
ArtifactId | ArtifactIdBeeCP |
Version | Version0.68 |
Type | Typejar |
Filename | Size |
---|---|
BeeCP-0.68.pom | |
BeeCP-0.68.jar | 61 KB |
BeeCP-0.68-sources.jar | 33 KB |
BeeCP-0.68-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/ -->
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>BeeCP</artifactId>
<version>0.68</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation 'com.github.chris2018998:BeeCP:0.68'
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation ("com.github.chris2018998:BeeCP:0.68")
'com.github.chris2018998:BeeCP:jar:0.68'
<dependency org="com.github.chris2018998" name="BeeCP" rev="0.68">
<artifact name="BeeCP" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chris2018998', module='BeeCP', version='0.68')
)
libraryDependencies += "com.github.chris2018998" % "BeeCP" % "0.68"
[com.github.chris2018998/BeeCP "0.68"]