S

Semaphore-CS-Client

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