<dependency>
<groupId>ru.send-to.telegram</groupId>
<artifactId>TelegramApi</artifactId>
<version>0.1.1</version>
</dependency>
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- org.projectlombok:lombok:1.16.10
|-- com.fasterxml.jackson.core:jackson-annotations:2.8.1
|-- com.fasterxml.jackson.core:jackson-core:2.8.1
|-- com.fasterxml.jackson.core:jackson-databind:2.8.1
provided
|-- org.jboss.resteasy:jaxrs-api:RELEASE
test
|-- junit:junit:4.11