Categories |
CategoriesNet |
---|---|
GroupId | GroupIdit.netgrid.got |
ArtifactId | ArtifactIdtelegram-connector |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
telegram-connector-0.0.1.pom | |
telegram-connector-0.0.1.jar | 6 MB |
telegram-connector-0.0.1-sources.jar | 947 bytes |
telegram-connector-0.0.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/it.netgrid.got/telegram-connector/ -->
<dependency>
<groupId>it.netgrid.got</groupId>
<artifactId>telegram-connector</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/it.netgrid.got/telegram-connector/
implementation 'it.netgrid.got:telegram-connector:0.0.1'
// https://jarcasting.com/artifacts/it.netgrid.got/telegram-connector/
implementation ("it.netgrid.got:telegram-connector:0.0.1")
'it.netgrid.got:telegram-connector:jar:0.0.1'
<dependency org="it.netgrid.got" name="telegram-connector" rev="0.0.1">
<artifact name="telegram-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.netgrid.got', module='telegram-connector', version='0.0.1')
)
libraryDependencies += "it.netgrid.got" % "telegram-connector" % "0.0.1"
[it.netgrid.got/telegram-connector "0.0.1"]