Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.opensingular |
ArtifactId | ArtifactIdflow-alocpro-mock-client |
Version | Version1.5.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opensingular/flow-alocpro-mock-client/ -->
<dependency>
<groupId>org.opensingular</groupId>
<artifactId>flow-alocpro-mock-client</artifactId>
<version>1.5.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.opensingular/flow-alocpro-mock-client/
implementation 'org.opensingular:flow-alocpro-mock-client:1.5.5'
// https://jarcasting.com/artifacts/org.opensingular/flow-alocpro-mock-client/
implementation ("org.opensingular:flow-alocpro-mock-client:1.5.5")
'org.opensingular:flow-alocpro-mock-client:jar:1.5.5'
<dependency org="org.opensingular" name="flow-alocpro-mock-client" rev="1.5.5">
<artifact name="flow-alocpro-mock-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opensingular', module='flow-alocpro-mock-client', version='1.5.5')
)
libraryDependencies += "org.opensingular" % "flow-alocpro-mock-client" % "1.5.5"
[org.opensingular/flow-alocpro-mock-client "1.5.5"]