| GroupId | GroupIdio.github.vampirendy |
|---|---|
| ArtifactId | ArtifactIdbeacon-code |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| beacon-code-0.0.1.pom | |
| beacon-code-0.0.1.jar | 69 KB |
| beacon-code-0.0.1-sources.jar | 44 KB |
| beacon-code-0.0.1-javadoc.jar | 215 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.vampirendy/beacon-code/ -->
<dependency>
<groupId>io.github.vampirendy</groupId>
<artifactId>beacon-code</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vampirendy/beacon-code/
implementation 'io.github.vampirendy:beacon-code:0.0.1'
// https://jarcasting.com/artifacts/io.github.vampirendy/beacon-code/
implementation ("io.github.vampirendy:beacon-code:0.0.1")
'io.github.vampirendy:beacon-code:jar:0.0.1'
<dependency org="io.github.vampirendy" name="beacon-code" rev="0.0.1">
<artifact name="beacon-code" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vampirendy', module='beacon-code', version='0.0.1')
)
libraryDependencies += "io.github.vampirendy" % "beacon-code" % "0.0.1"
[io.github.vampirendy/beacon-code "0.0.1"]