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