| Группа | Группаcom.github.chris2018998 |
|---|---|
| Идентификатор | ИдентификаторBeeCP |
| Версия | Версия2.3.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| BeeCP-2.3.6.pom | |
| BeeCP-2.3.6.jar | 85 KB |
| BeeCP-2.3.6-sources.jar | 40 KB |
| BeeCP-2.3.6-javadoc.jar | 116 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/ -->
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>BeeCP</artifactId>
<version>2.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation 'com.github.chris2018998:BeeCP:2.3.6'
// https://jarcasting.com/artifacts/com.github.chris2018998/BeeCP/
implementation ("com.github.chris2018998:BeeCP:2.3.6")
'com.github.chris2018998:BeeCP:jar:2.3.6'
<dependency org="com.github.chris2018998" name="BeeCP" rev="2.3.6">
<artifact name="BeeCP" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chris2018998', module='BeeCP', version='2.3.6')
)
libraryDependencies += "com.github.chris2018998" % "BeeCP" % "2.3.6"
[com.github.chris2018998/BeeCP "2.3.6"]