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