| License |
License |
|---|---|
| GroupId | GroupIdtech.magratheaai |
| ArtifactId | ArtifactIdextension-api |
| Version | Version0.1.12 |
| Type | Typejar |
| Description |
DescriptionBot extension api
API for creating custom extensions for bot framework.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| extension-api-0.1.12.pom | |
| extension-api-0.1.12.jar | 65 KB |
| extension-api-0.1.12-sources.jar | 19 KB |
| extension-api-0.1.12-javadoc.jar | 349 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.magratheaai/extension-api/ -->
<dependency>
<groupId>tech.magratheaai</groupId>
<artifactId>extension-api</artifactId>
<version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/tech.magratheaai/extension-api/
implementation 'tech.magratheaai:extension-api:0.1.12'
// https://jarcasting.com/artifacts/tech.magratheaai/extension-api/
implementation ("tech.magratheaai:extension-api:0.1.12")
'tech.magratheaai:extension-api:jar:0.1.12'
<dependency org="tech.magratheaai" name="extension-api" rev="0.1.12">
<artifact name="extension-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.magratheaai', module='extension-api', version='0.1.12')
)
libraryDependencies += "tech.magratheaai" % "extension-api" % "0.1.12"
[tech.magratheaai/extension-api "0.1.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 30.0-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.pf4j : pf4j | jar | 3.6.0 |
| org.projectlombok : lombok | jar | 1.18.16 |