GroupId | GroupIdcom.github.chris2018998 |
---|---|
ArtifactId | ArtifactIdBeeCP |
Version | Version1.6.5 |
Type | Typejar |
Filename | Size |
---|---|
BeeCP-1.6.5.pom | |
BeeCP-1.6.5.jar | 86 KB |
BeeCP-1.6.5-sources.jar | 41 KB |
BeeCP-1.6.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation 'com.github.chris2018998:BeeCP:1.6.5'
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation ("com.github.chris2018998:BeeCP:1.6.5")
'com.github.chris2018998:BeeCP:jar:1.6.5'
<dependency org="com.github.chris2018998" name="BeeCP" rev="1.6.5">
<artifact name="BeeCP" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chris2018998', module='BeeCP', version='1.6.5')
)
libraryDependencies += "com.github.chris2018998" % "BeeCP" % "1.6.5"
[com.github.chris2018998/BeeCP "1.6.5"]