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