Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdio.github.tozmart |
ArtifactId | ArtifactIdnative_string |
Version | Version0.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
native_string-0.0.4.pom | |
native_string-0.0.4.aar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tozmart/native_string/ -->
<dependency>
<groupId>io.github.tozmart</groupId>
<artifactId>native_string</artifactId>
<version>0.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tozmart/native_string/
implementation 'io.github.tozmart:native_string:0.0.4'
// https://jarcasting.com/artifacts/io.github.tozmart/native_string/
implementation ("io.github.tozmart:native_string:0.0.4")
'io.github.tozmart:native_string:aar:0.0.4'
<dependency org="io.github.tozmart" name="native_string" rev="0.0.4">
<artifact name="native_string" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tozmart', module='native_string', version='0.0.4')
)
libraryDependencies += "io.github.tozmart" % "native_string" % "0.0.4"
[io.github.tozmart/native_string "0.0.4"]