Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.transifex.txnative |
ArtifactId | ArtifactIdtxsdk |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
txsdk-0.1.0.pom | |
txsdk-0.1.0-sources.jar | 40 KB |
txsdk-0.1.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.transifex.txnative/txsdk/
implementation 'com.transifex.txnative:txsdk:0.1.0'
// https://jarcasting.com/artifacts/com.transifex.txnative/txsdk/
implementation ("com.transifex.txnative:txsdk:0.1.0")
'com.transifex.txnative:txsdk:aar:0.1.0'
<dependency org="com.transifex.txnative" name="txsdk" rev="0.1.0">
<artifact name="txsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.transifex.txnative', module='txsdk', version='0.1.0')
)
libraryDependencies += "com.transifex.txnative" % "txsdk" % "0.1.0"
[com.transifex.txnative/txsdk "0.1.0"]