t

tcp-common

tcp common
Apache License, Version 2.0
Files download
File Operation
tcp-common-1.1.0.jar download
tcp-common-1.1.0.pom download
tcp-common-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud.fn</groupId>
  <artifactId>tcp-common</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud.fn:tcp-common:1.1.0'
Gradle Kotlin
implementation("org.springframework.cloud.fn:tcp-common:1.1.0")
Scala SBT
libraryDependencies += "org.springframework.cloud.fn" % "tcp-common" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud.fn', module='tcp-common', version='1.1.0')
)
Apache Ivy
<dependency org="org.springframework.cloud.fn" name="tcp-common" rev="1.1.0" />
Leiningen
[org.springframework.cloud.fn/tcp-common "1.1.0"]
Apache Buildr
'org.springframework.cloud.fn:tcp-common:jar:1.1.0'