S

Semaphore-CS-Client

Client for the Smartlogic Semaphore Classification Server
文件下载
文件名 操作
Semaphore-CS-Client-5.6.0.jar 下载
Semaphore-CS-Client-5.6.0.pom 下载
Semaphore-CS-Client-5.6.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.smartlogic.csclient</groupId>
  <artifactId>Semaphore-CS-Client</artifactId>
  <version>5.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.smartlogic.csclient:Semaphore-CS-Client:5.6.0'
Gradle Kotlin
implementation("com.smartlogic.csclient:Semaphore-CS-Client:5.6.0")
Scala SBT
libraryDependencies += "com.smartlogic.csclient" % "Semaphore-CS-Client" % "5.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.smartlogic.csclient', module='Semaphore-CS-Client', version='5.6.0')
)
Apache Ivy
<dependency org="com.smartlogic.csclient" name="Semaphore-CS-Client" rev="5.6.0" />
Leiningen
[com.smartlogic.csclient/Semaphore-CS-Client "5.6.0"]
Apache Buildr
'com.smartlogic.csclient:Semaphore-CS-Client:jar:5.6.0'