License |
License |
---|---|
GroupId | GroupIdcom.github.v-play-games |
ArtifactId | ArtifactIdbot.framework |
Version | Version0.0.1 |
Type | Typepom |
Description |
DescriptionBot Framework
Parent POM for all artifacts related to Bot Framework
|
Filename | Size |
---|---|
bot.framework-0.0.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.v-play-games/bot.framework/ -->
<dependency>
<groupId>com.github.v-play-games</groupId>
<artifactId>bot.framework</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.v-play-games/bot.framework/
implementation 'com.github.v-play-games:bot.framework:0.0.1'
// https://jarcasting.com/artifacts/com.github.v-play-games/bot.framework/
implementation ("com.github.v-play-games:bot.framework:0.0.1")
'com.github.v-play-games:bot.framework:pom:0.0.1'
<dependency org="com.github.v-play-games" name="bot.framework" rev="0.0.1">
<artifact name="bot.framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.v-play-games', module='bot.framework', version='0.0.1')
)
libraryDependencies += "com.github.v-play-games" % "bot.framework" % "0.0.1"
[com.github.v-play-games/bot.framework "0.0.1"]