| GroupId | GroupIdcom.kupal |
|---|---|
| ArtifactId | ArtifactIdskypeCommand |
| Version | Version1.2 |
| Type | Typejar |
| Description |
DescriptionSkype command line API
|
| Filename | Size |
|---|---|
| skypeCommand-1.2.pom | |
| skypeCommand-1.2.jar | 173 KB |
| skypeCommand-1.2-sources.jar | 116 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kupal/skypeCommand/ -->
<dependency>
<groupId>com.kupal</groupId>
<artifactId>skypeCommand</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.kupal/skypeCommand/
implementation 'com.kupal:skypeCommand:1.2'
// https://jarcasting.com/artifacts/com.kupal/skypeCommand/
implementation ("com.kupal:skypeCommand:1.2")
'com.kupal:skypeCommand:jar:1.2'
<dependency org="com.kupal" name="skypeCommand" rev="1.2">
<artifact name="skypeCommand" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kupal', module='skypeCommand', version='1.2')
)
libraryDependencies += "com.kupal" % "skypeCommand" % "1.2"
[com.kupal/skypeCommand "1.2"]