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