License |
License |
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.transifex.txnative |
ArtifactId | ArtifactIdtxsdk |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptiontxsdk
Transifex Native library for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
txsdk-1.0.0.pom | |
txsdk-1.0.0-sources.jar | 41 KB |
txsdk-1.0.0-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.transifex.txnative/txsdk/ -->
<dependency>
<groupId>com.transifex.txnative</groupId>
<artifactId>txsdk</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.transifex.txnative/txsdk/
implementation 'com.transifex.txnative:txsdk:1.0.0'
// https://jarcasting.com/artifacts/com.transifex.txnative/txsdk/
implementation ("com.transifex.txnative:txsdk:1.0.0")
'com.transifex.txnative:txsdk:aar:1.0.0'
<dependency org="com.transifex.txnative" name="txsdk" rev="1.0.0">
<artifact name="txsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.transifex.txnative', module='txsdk', version='1.0.0')
)
libraryDependencies += "com.transifex.txnative" % "txsdk" % "1.0.0"
[com.transifex.txnative/txsdk "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.transifex.txnative : common | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
io.github.inflationx : viewpump | jar | 2.0.3 |