License |
License |
---|---|
GroupId | GroupIdcom.github.jovanikos |
ArtifactId | ArtifactIdskype-service |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSkype Bot Java Service
this is library for comfortable work with your skype bot
|
Filename | Size |
---|---|
skype-service-1.1.pom | |
skype-service-1.1.jar | 14 KB |
skype-service-1.1-sources.jar | 8 KB |
skype-service-1.1-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jovanikos/skype-service/ -->
<dependency>
<groupId>com.github.jovanikos</groupId>
<artifactId>skype-service</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jovanikos/skype-service/
implementation 'com.github.jovanikos:skype-service:1.1'
// https://jarcasting.com/artifacts/com.github.jovanikos/skype-service/
implementation ("com.github.jovanikos:skype-service:1.1")
'com.github.jovanikos:skype-service:jar:1.1'
<dependency org="com.github.jovanikos" name="skype-service" rev="1.1">
<artifact name="skype-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jovanikos', module='skype-service', version='1.1')
)
libraryDependencies += "com.github.jovanikos" % "skype-service" % "1.1"
[com.github.jovanikos/skype-service "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
com.auth0 : java-jwt | jar | 3.8.3 |
org.springframework : spring-context | jar | 5.2.1.RELEASE |