| License |
License |
|---|---|
| Categories |
CategoriesIDE Development Tools |
| GroupId | GroupIdcom.harium.suneidesis.sunbot |
| ArtifactId | ArtifactIdhttp |
| Last Version | Last Version1.5.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSunbot HTTP
A plugin to turn your Suneidesis Chatbot into a HTTP Server
|
| Filename | Size |
|---|---|
| http-1.5.3.pom | |
| http-1.5.3.jar | 6 KB |
| http-1.5.3-sources.jar | 2 KB |
| http-1.5.3-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.harium.suneidesis.sunbot/http/ -->
<dependency>
<groupId>com.harium.suneidesis.sunbot</groupId>
<artifactId>http</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.suneidesis.sunbot/http/
implementation 'com.harium.suneidesis.sunbot:http:1.5.3'
// https://jarcasting.com/artifacts/com.harium.suneidesis.sunbot/http/
implementation ("com.harium.suneidesis.sunbot:http:1.5.3")
'com.harium.suneidesis.sunbot:http:jar:1.5.3'
<dependency org="com.harium.suneidesis.sunbot" name="http" rev="1.5.3">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.suneidesis.sunbot', module='http', version='1.5.3')
)
libraryDependencies += "com.harium.suneidesis.sunbot" % "http" % "1.5.3"
[com.harium.suneidesis.sunbot/http "1.5.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.harium.suneidesis : core | jar | 1.5.3 |
| com.harium.marine : core | jar | 1.1.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |