| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.afrunt.imdb |
| ArtifactId | ArtifactIdclient |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOpen source JAVA library for working with IMDb public database
|
| Filename | Size |
|---|---|
| client-1.0.6.pom | |
| client-1.0.6.jar | 17 KB |
| client-1.0.6-sources.jar | 4 KB |
| client-1.0.6-javadoc.jar | 28 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.afrunt.imdb/client/ -->
<dependency>
<groupId>com.afrunt.imdb</groupId>
<artifactId>client</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.afrunt.imdb/client/
implementation 'com.afrunt.imdb:client:1.0.6'
// https://jarcasting.com/artifacts/com.afrunt.imdb/client/
implementation ("com.afrunt.imdb:client:1.0.6")
'com.afrunt.imdb:client:jar:1.0.6'
<dependency org="com.afrunt.imdb" name="client" rev="1.0.6">
<artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.afrunt.imdb', module='client', version='1.0.6')
)
libraryDependencies += "com.afrunt.imdb" % "client" % "1.0.6"
[com.afrunt.imdb/client "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.afrunt.imdb : model | jar | 1.0.6 |
| com.univocity : univocity-parsers | jar | 2.5.9 |
| org.apache.commons : commons-text | jar | 1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.14.2 |