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