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