| License |
License |
|---|---|
| GroupId | GroupIdcom.heywatch |
| ArtifactId | ArtifactIdheywatch |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHeyWatch Java library
Encode videos in the cloud with HeyWatch
|
| Filename | Size |
|---|---|
| heywatch-0.1.0.pom | |
| heywatch-0.1.0.jar | 9 KB |
| heywatch-0.1.0-sources.jar | 4 KB |
| heywatch-0.1.0-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.heywatch/heywatch/ -->
<dependency>
<groupId>com.heywatch</groupId>
<artifactId>heywatch</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.heywatch/heywatch/
implementation 'com.heywatch:heywatch:0.1.0'
// https://jarcasting.com/artifacts/com.heywatch/heywatch/
implementation ("com.heywatch:heywatch:0.1.0")
'com.heywatch:heywatch:jar:0.1.0'
<dependency org="com.heywatch" name="heywatch" rev="0.1.0">
<artifact name="heywatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.heywatch', module='heywatch', version='0.1.0')
)
libraryDependencies += "com.heywatch" % "heywatch" % "0.1.0"
[com.heywatch/heywatch "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : fluent-hc | jar | 4.3.1 |
| org.json : json | jar | 20131018 |