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