License |
License |
---|---|
GroupId | GroupIdorg.msbotframework4j |
ArtifactId | ArtifactIdmsbotframework4j-parent |
Last Version | Last Version0.1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicrosoft Bot Framework 4J
MSBotFramework4j project contains libraries that we rely on in our Java-based Bot projects: REST models, logging system, REST API connector and Bot builder.
|
Filename | Size |
---|---|
msbotframework4j-parent-0.1.4.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.msbotframework4j/msbotframework4j-parent/ -->
<dependency>
<groupId>org.msbotframework4j</groupId>
<artifactId>msbotframework4j-parent</artifactId>
<version>0.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.msbotframework4j/msbotframework4j-parent/
implementation 'org.msbotframework4j:msbotframework4j-parent:0.1.4'
// https://jarcasting.com/artifacts/org.msbotframework4j/msbotframework4j-parent/
implementation ("org.msbotframework4j:msbotframework4j-parent:0.1.4")
'org.msbotframework4j:msbotframework4j-parent:pom:0.1.4'
<dependency org="org.msbotframework4j" name="msbotframework4j-parent" rev="0.1.4">
<artifact name="msbotframework4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.msbotframework4j', module='msbotframework4j-parent', version='0.1.4')
)
libraryDependencies += "org.msbotframework4j" % "msbotframework4j-parent" % "0.1.4"
[org.msbotframework4j/msbotframework4j-parent "0.1.4"]