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