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