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