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