Categories |
CategoriesNet |
---|---|
GroupId | GroupIdes.tid.netphony |
ArtifactId | ArtifactIdnetwork-protocols |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
network-protocols-1.3.3.pom | |
network-protocols-1.3.3.jar | 700 KB |
network-protocols-1.3.3-sources.jar | 674 KB |
network-protocols-1.3.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/es.tid.netphony/network-protocols/ -->
<dependency>
<groupId>es.tid.netphony</groupId>
<artifactId>network-protocols</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/es.tid.netphony/network-protocols/
implementation 'es.tid.netphony:network-protocols:1.3.3'
// https://jarcasting.com/artifacts/es.tid.netphony/network-protocols/
implementation ("es.tid.netphony:network-protocols:1.3.3")
'es.tid.netphony:network-protocols:jar:1.3.3'
<dependency org="es.tid.netphony" name="network-protocols" rev="1.3.3">
<artifact name="network-protocols" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.tid.netphony', module='network-protocols', version='1.3.3')
)
libraryDependencies += "es.tid.netphony" % "network-protocols" % "1.3.3"
[es.tid.netphony/network-protocols "1.3.3"]