Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.jhg023 |
ArtifactId | ArtifactIdSimpleNet |
Version | Version1.0.8 |
Type | Typejar |
Filename | Size |
---|---|
SimpleNet-1.0.8.pom | |
SimpleNet-1.0.8.jar | 20 KB |
SimpleNet-1.0.8-sources.jar | 9 KB |
SimpleNet-1.0.8-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jhg023/SimpleNet/ -->
<dependency>
<groupId>com.github.jhg023</groupId>
<artifactId>SimpleNet</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhg023/SimpleNet/
implementation 'com.github.jhg023:SimpleNet:1.0.8'
// https://jarcasting.com/artifacts/com.github.jhg023/SimpleNet/
implementation ("com.github.jhg023:SimpleNet:1.0.8")
'com.github.jhg023:SimpleNet:jar:1.0.8'
<dependency org="com.github.jhg023" name="SimpleNet" rev="1.0.8">
<artifact name="SimpleNet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhg023', module='SimpleNet', version='1.0.8')
)
libraryDependencies += "com.github.jhg023" % "SimpleNet" % "1.0.8"
[com.github.jhg023/SimpleNet "1.0.8"]