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