S

Semaphore-CS-Client

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