GroupId | GroupIdorg.opencoweb |
---|---|
ArtifactId | ArtifactIdcoweb-operationengine |
Version | Version0.8 |
Type | Typejar |
Filename | Size |
---|---|
coweb-operationengine-0.8.pom | |
coweb-operationengine-0.8.jar | 22 KB |
coweb-operationengine-0.8-sources.jar | 17 KB |
coweb-operationengine-0.8-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/ -->
<dependency>
<groupId>org.opencoweb</groupId>
<artifactId>coweb-operationengine</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/
implementation 'org.opencoweb:coweb-operationengine:0.8'
// https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/
implementation ("org.opencoweb:coweb-operationengine:0.8")
'org.opencoweb:coweb-operationengine:jar:0.8'
<dependency org="org.opencoweb" name="coweb-operationengine" rev="0.8">
<artifact name="coweb-operationengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencoweb', module='coweb-operationengine', version='0.8')
)
libraryDependencies += "org.opencoweb" % "coweb-operationengine" % "0.8"
[org.opencoweb/coweb-operationengine "0.8"]