| GroupId | GroupIdorg.smartboot.socket |
|---|---|
| ArtifactId | ArtifactIdudp-core |
| Version | Version1.4.3.rc-7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| udp-core-1.4.3.rc-7.pom | |
| udp-core-1.4.3.rc-7.jar | 15 KB |
| udp-core-1.4.3.rc-7-sources.jar | 8 KB |
| udp-core-1.4.3.rc-7-javadoc.jar | 41 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.socket/udp-core/ -->
<dependency>
<groupId>org.smartboot.socket</groupId>
<artifactId>udp-core</artifactId>
<version>1.4.3.rc-7</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.socket/udp-core/
implementation 'org.smartboot.socket:udp-core:1.4.3.rc-7'
// https://jarcasting.com/artifacts/org.smartboot.socket/udp-core/
implementation ("org.smartboot.socket:udp-core:1.4.3.rc-7")
'org.smartboot.socket:udp-core:jar:1.4.3.rc-7'
<dependency org="org.smartboot.socket" name="udp-core" rev="1.4.3.rc-7">
<artifact name="udp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.socket', module='udp-core', version='1.4.3.rc-7')
)
libraryDependencies += "org.smartboot.socket" % "udp-core" % "1.4.3.rc-7"
[org.smartboot.socket/udp-core "1.4.3.rc-7"]