a

ajaxjs-net

网络组件
Files download
File Operation
ajaxjs-net-1.0.3.jar download
ajaxjs-net-1.0.3.pom download
ajaxjs-net-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ajaxjs</groupId>
  <artifactId>ajaxjs-net</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.ajaxjs:ajaxjs-net:1.0.3'
Gradle Kotlin
implementation("com.ajaxjs:ajaxjs-net:1.0.3")
Scala SBT
libraryDependencies += "com.ajaxjs" % "ajaxjs-net" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.ajaxjs', module='ajaxjs-net', version='1.0.3')
)
Apache Ivy
<dependency org="com.ajaxjs" name="ajaxjs-net" rev="1.0.3" />
Leiningen
[com.ajaxjs/ajaxjs-net "1.0.3"]
Apache Buildr
'com.ajaxjs:ajaxjs-net:jar:1.0.3'