Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.sobot.library |
ArtifactId | ArtifactIdnet |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
net-1.1.0.pom | |
net-1.1.0.aar | 136 KB |
net-1.1.0-sources.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sobot.library/net/ -->
<dependency>
<groupId>com.sobot.library</groupId>
<artifactId>net</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.sobot.library/net/
implementation 'com.sobot.library:net:1.1.0'
// https://jarcasting.com/artifacts/com.sobot.library/net/
implementation ("com.sobot.library:net:1.1.0")
'com.sobot.library:net:aar:1.1.0'
<dependency org="com.sobot.library" name="net" rev="1.1.0">
<artifact name="net" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.sobot.library', module='net', version='1.1.0')
)
libraryDependencies += "com.sobot.library" % "net" % "1.1.0"
[com.sobot.library/net "1.1.0"]