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