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