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