GroupId | GroupIdcom.moviejukebox |
---|---|
ArtifactId | ArtifactIdapirottentomatoes |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
apirottentomatoes-1.0.pom | |
apirottentomatoes-1.0.jar | 27 KB |
apirottentomatoes-1.0-sources.jar | 16 KB |
apirottentomatoes-1.0-javadoc.jar | 91 KB |
apirottentomatoes-1.0-bin.zip | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moviejukebox/apirottentomatoes/ -->
<dependency>
<groupId>com.moviejukebox</groupId>
<artifactId>apirottentomatoes</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.moviejukebox/apirottentomatoes/
implementation 'com.moviejukebox:apirottentomatoes:1.0'
// https://jarcasting.com/artifacts/com.moviejukebox/apirottentomatoes/
implementation ("com.moviejukebox:apirottentomatoes:1.0")
'com.moviejukebox:apirottentomatoes:jar:1.0'
<dependency org="com.moviejukebox" name="apirottentomatoes" rev="1.0">
<artifact name="apirottentomatoes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moviejukebox', module='apirottentomatoes', version='1.0')
)
libraryDependencies += "com.moviejukebox" % "apirottentomatoes" % "1.0"
[com.moviejukebox/apirottentomatoes "1.0"]