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