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