net.lamgc-scalabot-extension (0.8.0-1)

Published 2024-12-11 15:08:22 +00:00 by LamGC

Installation

<repositories>
	<repository>
		<id>gitea</id>
			<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.lamgc</groupId>
	<artifactId>scalabot-extension</artifactId>
	<version>0.8.0-1</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.lamgc:scalabot-extension:0.8.0-1

About this package

Dependencies for developing scalabot (a robotic application based on the TelegramBots[Github@rubenlagus/TelegramBots] project)

Dependencies

org.telegram:telegrambots-abilities
8.0.0
net.lamgc:scalabot-meta
0.8.0-1
commons-codec:commons-codec
1.16.1