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