S

Semaphore-CS-Client

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