Categories |
CategoriesNet |
---|---|
GroupId | GroupIdtop.jfunc.common |
ArtifactId | ArtifactIdnetwork |
Version | Version1.8.1.2 |
Type | Typejar |
Filename | Size |
---|---|
network-1.8.1.2.pom | |
network-1.8.1.2.jar | 90 KB |
network-1.8.1.2-sources.jar | 55 KB |
network-1.8.1.2-javadoc.jar | 217 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.jfunc.common/network/ -->
<dependency>
<groupId>top.jfunc.common</groupId>
<artifactId>network</artifactId>
<version>1.8.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.jfunc.common/network/
implementation 'top.jfunc.common:network:1.8.1.2'
// https://jarcasting.com/artifacts/top.jfunc.common/network/
implementation ("top.jfunc.common:network:1.8.1.2")
'top.jfunc.common:network:jar:1.8.1.2'
<dependency org="top.jfunc.common" name="network" rev="1.8.1.2">
<artifact name="network" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.jfunc.common', module='network', version='1.8.1.2')
)
libraryDependencies += "top.jfunc.common" % "network" % "1.8.1.2"
[top.jfunc.common/network "1.8.1.2"]