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