Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdcom.facebook.stetho |
ArtifactId | ArtifactIdstetho-js-rhino |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
stetho-js-rhino-1.2.0.pom | |
stetho-js-rhino-1.2.0.jar | 38 KB |
stetho-js-rhino-1.2.0-sources.jar | 5 KB |
stetho-js-rhino-1.2.0-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.stetho/stetho-js-rhino/ -->
<dependency>
<groupId>com.facebook.stetho</groupId>
<artifactId>stetho-js-rhino</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-js-rhino/
implementation 'com.facebook.stetho:stetho-js-rhino:1.2.0'
// https://jarcasting.com/artifacts/com.facebook.stetho/stetho-js-rhino/
implementation ("com.facebook.stetho:stetho-js-rhino:1.2.0")
'com.facebook.stetho:stetho-js-rhino:jar:1.2.0'
<dependency org="com.facebook.stetho" name="stetho-js-rhino" rev="1.2.0">
<artifact name="stetho-js-rhino" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.stetho', module='stetho-js-rhino', version='1.2.0')
)
libraryDependencies += "com.facebook.stetho" % "stetho-js-rhino" % "1.2.0"
[com.facebook.stetho/stetho-js-rhino "1.2.0"]