Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.bloodshura |
ArtifactId | ArtifactIdshurax-native |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
shurax-native-1.0.1.pom | |
shurax-native-1.0.1.jar | 92 KB |
shurax-native-1.0.1-sources.jar | 74 KB |
shurax-native-1.0.1-javadoc.jar | 451 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bloodshura/shurax-native/ -->
<dependency>
<groupId>com.github.bloodshura</groupId>
<artifactId>shurax-native</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bloodshura/shurax-native/
implementation 'com.github.bloodshura:shurax-native:1.0.1'
// https://jarcasting.com/artifacts/com.github.bloodshura/shurax-native/
implementation ("com.github.bloodshura:shurax-native:1.0.1")
'com.github.bloodshura:shurax-native:jar:1.0.1'
<dependency org="com.github.bloodshura" name="shurax-native" rev="1.0.1">
<artifact name="shurax-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bloodshura', module='shurax-native', version='1.0.1')
)
libraryDependencies += "com.github.bloodshura" % "shurax-native" % "1.0.1"
[com.github.bloodshura/shurax-native "1.0.1"]