GroupId | GroupIdio.github.bralax |
---|---|
ArtifactId | ArtifactIdshotput |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
shotput-0.4.pom | |
shotput-0.4.jar | 544 KB |
shotput-0.4-sources.jar | 517 KB |
shotput-0.4-javadoc.jar | 254 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bralax/shotput/ -->
<dependency>
<groupId>io.github.bralax</groupId>
<artifactId>shotput</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bralax/shotput/
implementation 'io.github.bralax:shotput:0.4'
// https://jarcasting.com/artifacts/io.github.bralax/shotput/
implementation ("io.github.bralax:shotput:0.4")
'io.github.bralax:shotput:jar:0.4'
<dependency org="io.github.bralax" name="shotput" rev="0.4">
<artifact name="shotput" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bralax', module='shotput', version='0.4')
)
libraryDependencies += "io.github.bralax" % "shotput" % "0.4"
[io.github.bralax/shotput "0.4"]