GroupId | GroupIdcom.github.bloodshura |
---|---|
ArtifactId | ArtifactIdshurax |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
shurax-0.2.pom | |
shurax-0.2.jar | 542 KB |
shurax-0.2-sources.jar | 422 KB |
shurax-0.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bloodshura/shurax/ -->
<dependency>
<groupId>com.github.bloodshura</groupId>
<artifactId>shurax</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bloodshura/shurax/
implementation 'com.github.bloodshura:shurax:0.2'
// https://jarcasting.com/artifacts/com.github.bloodshura/shurax/
implementation ("com.github.bloodshura:shurax:0.2")
'com.github.bloodshura:shurax:jar:0.2'
<dependency org="com.github.bloodshura" name="shurax" rev="0.2">
<artifact name="shurax" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bloodshura', module='shurax', version='0.2')
)
libraryDependencies += "com.github.bloodshura" % "shurax" % "0.2"
[com.github.bloodshura/shurax "0.2"]