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