t

tcp-common

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