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