GroupId | GroupIdcom.github.penfeizhou |
---|---|
ArtifactId | ArtifactIdquickjs4a |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
quickjs4a-0.0.1.pom | |
quickjs4a-0.0.1.aar | 2 MB |
quickjs4a-0.0.1-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.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.penfeizhou/quickjs4a/
implementation 'com.github.penfeizhou:quickjs4a:0.0.1'
// https://jarcasting.com/artifacts/com.github.penfeizhou/quickjs4a/
implementation ("com.github.penfeizhou:quickjs4a:0.0.1")
'com.github.penfeizhou:quickjs4a:aar:0.0.1'
<dependency org="com.github.penfeizhou" name="quickjs4a" rev="0.0.1">
<artifact name="quickjs4a" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.penfeizhou', module='quickjs4a', version='0.0.1')
)
libraryDependencies += "com.github.penfeizhou" % "quickjs4a" % "0.0.1"
[com.github.penfeizhou/quickjs4a "0.0.1"]