| GroupId | GroupIdcom.github.losizm |
|---|---|
| ArtifactId | ArtifactIdbeetle_3 |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| beetle_3-0.1.0.pom | |
| beetle_3-0.1.0.jar | 202 KB |
| beetle_3-0.1.0-sources.jar | 34 KB |
| beetle_3-0.1.0-javadoc.jar | 489 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.losizm/beetle_3/ -->
<dependency>
<groupId>com.github.losizm</groupId>
<artifactId>beetle_3</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.losizm/beetle_3/
implementation 'com.github.losizm:beetle_3:0.1.0'
// https://jarcasting.com/artifacts/com.github.losizm/beetle_3/
implementation ("com.github.losizm:beetle_3:0.1.0")
'com.github.losizm:beetle_3:jar:0.1.0'
<dependency org="com.github.losizm" name="beetle_3" rev="0.1.0">
<artifact name="beetle_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.losizm', module='beetle_3', version='0.1.0')
)
libraryDependencies += "com.github.losizm" % "beetle_3" % "0.1.0"
[com.github.losizm/beetle_3 "0.1.0"]