Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.smartlogic.csclient |
ArtifactId | ArtifactIdSemaphore-CS-Client |
Version | VersionSemaphore-4.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.smartlogic.csclient/Semaphore-CS-Client/ -->
<dependency>
<groupId>com.smartlogic.csclient</groupId>
<artifactId>Semaphore-CS-Client</artifactId>
<version>Semaphore-4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.smartlogic.csclient/Semaphore-CS-Client/
implementation 'com.smartlogic.csclient:Semaphore-CS-Client:Semaphore-4.1.1'
// https://jarcasting.com/artifacts/com.smartlogic.csclient/Semaphore-CS-Client/
implementation ("com.smartlogic.csclient:Semaphore-CS-Client:Semaphore-4.1.1")
'com.smartlogic.csclient:Semaphore-CS-Client:jar:Semaphore-4.1.1'
<dependency org="com.smartlogic.csclient" name="Semaphore-CS-Client" rev="Semaphore-4.1.1">
<artifact name="Semaphore-CS-Client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smartlogic.csclient', module='Semaphore-CS-Client', version='Semaphore-4.1.1')
)
libraryDependencies += "com.smartlogic.csclient" % "Semaphore-CS-Client" % "Semaphore-4.1.1"
[com.smartlogic.csclient/Semaphore-CS-Client "Semaphore-4.1.1"]