S

Semaphore-CS-Client

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