S

Semaphore-CS-Client

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