Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.ti-net.threepart |
ArtifactId | ArtifactIdonline |
Version | Version1.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
online-1.1.2.pom | |
online-1.1.2.aar | 2 MB |
online-1.1.2-sources.jar | 86 KB |
online-1.1.2-javadoc.jar | 330 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ti-net.threepart/online/ -->
<dependency>
<groupId>com.ti-net.threepart</groupId>
<artifactId>online</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ti-net.threepart/online/
implementation 'com.ti-net.threepart:online:1.1.2'
// https://jarcasting.com/artifacts/com.ti-net.threepart/online/
implementation ("com.ti-net.threepart:online:1.1.2")
'com.ti-net.threepart:online:aar:1.1.2'
<dependency org="com.ti-net.threepart" name="online" rev="1.1.2">
<artifact name="online" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ti-net.threepart', module='online', version='1.1.2')
)
libraryDependencies += "com.ti-net.threepart" % "online" % "1.1.2"
[com.ti-net.threepart/online "1.1.2"]