GroupId | GroupIdcom.github.penfeizhou |
---|---|
ArtifactId | ArtifactIdquickjs4a |
Version | Version0.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
quickjs4a-0.0.2.pom | |
quickjs4a-0.0.2.aar | 2 MB |
quickjs4a-0.0.2-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.penfeizhou/quickjs4a/ -->
<dependency>
<groupId>com.github.penfeizhou</groupId>
<artifactId>quickjs4a</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.penfeizhou/quickjs4a/
implementation 'com.github.penfeizhou:quickjs4a:0.0.2'
// https://jarcasting.com/artifacts/com.github.penfeizhou/quickjs4a/
implementation ("com.github.penfeizhou:quickjs4a:0.0.2")
'com.github.penfeizhou:quickjs4a:aar:0.0.2'
<dependency org="com.github.penfeizhou" name="quickjs4a" rev="0.0.2">
<artifact name="quickjs4a" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.penfeizhou', module='quickjs4a', version='0.0.2')
)
libraryDependencies += "com.github.penfeizhou" % "quickjs4a" % "0.0.2"
[com.github.penfeizhou/quickjs4a "0.0.2"]