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