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