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