文件下载
文件名 操作
socketd-parent-2.4.16.pom 下载
Apache Maven
<dependency>
  <groupId>org.noear</groupId>
  <artifactId>socketd-parent</artifactId>
  <version>2.4.16</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.noear:socketd-parent:2.4.16'
Gradle Kotlin
implementation("org.noear:socketd-parent:2.4.16")
Scala SBT
libraryDependencies += "org.noear" % "socketd-parent" % "2.4.16"
Groovy Grape
@Grapes(
  @Grab(group='org.noear', module='socketd-parent', version='2.4.16')
)
Apache Ivy
<dependency org="org.noear" name="socketd-parent" rev="2.4.16" />
Leiningen
[org.noear/socketd-parent "2.4.16"]
Apache Buildr
'org.noear:socketd-parent:jar:2.4.16'
本项目依赖
该项目无第三方依赖