GroupId | GroupIdcom.github.chris2018998 |
---|---|
ArtifactId | ArtifactIdbeeop |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
beeop-0.3.pom | |
beeop-0.3.jar | 29 KB |
beeop-0.3-sources.jar | 18 KB |
beeop-0.3-javadoc.jar | 66 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chris2018998/beeop/ -->
<dependency>
<groupId>com.github.chris2018998</groupId>
<artifactId>beeop</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chris2018998/beeop/
implementation 'com.github.chris2018998:beeop:0.3'
// https://jarcasting.com/artifacts/com.github.chris2018998/beeop/
implementation ("com.github.chris2018998:beeop:0.3")
'com.github.chris2018998:beeop:jar:0.3'
<dependency org="com.github.chris2018998" name="beeop" rev="0.3">
<artifact name="beeop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chris2018998', module='beeop', version='0.3')
)
libraryDependencies += "com.github.chris2018998" % "beeop" % "0.3"
[com.github.chris2018998/beeop "0.3"]