telegram-bot/telegram-core/pom.xml

22 lines
804 B
XML
Raw Normal View History

2020-11-05 01:25:19 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2020-11-05 01:25:19 +03:00
<modelVersion>4.0.0</modelVersion>
2020-11-15 20:16:50 +03:00
<parent>
<groupId>dev.struchkov.godfather.telegram</groupId>
2022-01-25 10:28:54 +03:00
<artifactId>telegram-bot</artifactId>
<version>1.5.1</version>
2020-11-15 20:16:50 +03:00
</parent>
2022-12-13 22:03:48 +03:00
<modules>
<module>telegram-core-main</module>
<module>telegram-core-simple</module>
<module>telegram-core-quarkus</module>
</modules>
2020-11-05 01:25:19 +03:00
2022-01-25 10:28:54 +03:00
<artifactId>telegram-core</artifactId>
<packaging>pom</packaging>
2020-11-05 01:25:19 +03:00
2020-11-15 20:16:50 +03:00
<name>Telegram Core</name>
<description>Allows you to create bots for Telegram</description>
2022-01-25 10:28:54 +03:00
2020-11-05 01:25:19 +03:00
</project>