| License | License | 
|---|---|
| GroupId | GroupIdorg.opencoweb | 
| ArtifactId | ArtifactIdcoweb-operationengine | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOpenCoweb :: Java :: OperationEngine Open Cooperative Web Framework | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| coweb-operationengine-1.0.pom | |
| coweb-operationengine-1.0.jar | 21 KB | 
| coweb-operationengine-1.0-sources.jar | 16 KB | 
| coweb-operationengine-1.0-javadoc.jar | 78 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/ -->
<dependency>
    <groupId>org.opencoweb</groupId>
    <artifactId>coweb-operationengine</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/
implementation 'org.opencoweb:coweb-operationengine:1.0'// https://jarcasting.com/artifacts/org.opencoweb/coweb-operationengine/
implementation ("org.opencoweb:coweb-operationengine:1.0")'org.opencoweb:coweb-operationengine:jar:1.0'<dependency org="org.opencoweb" name="coweb-operationengine" rev="1.0">
  <artifact name="coweb-operationengine" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opencoweb', module='coweb-operationengine', version='1.0')
)libraryDependencies += "org.opencoweb" % "coweb-operationengine" % "1.0"[org.opencoweb/coweb-operationengine "1.0"]