GroupId | GroupIdorg.opencoweb |
---|---|
ArtifactId | ArtifactIdcoweb-operationengine |
Version | Version0.8.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/ -->
<dependency>
<groupId>org.opencoweb</groupId>
<artifactId>coweb-operationengine</artifactId>
<version>0.8.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/
implementation 'org.opencoweb:coweb-operationengine:0.8.3.1'
// https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/
implementation ("org.opencoweb:coweb-operationengine:0.8.3.1")
'org.opencoweb:coweb-operationengine:jar:0.8.3.1'
<dependency org="org.opencoweb" name="coweb-operationengine" rev="0.8.3.1">
<artifact name="coweb-operationengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencoweb', module='coweb-operationengine', version='0.8.3.1')
)
libraryDependencies += "org.opencoweb" % "coweb-operationengine" % "0.8.3.1"
[org.opencoweb/coweb-operationengine "0.8.3.1"]