Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.botnerd.core |
ArtifactId | ArtifactIdnetwork |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
network-1.1.1.pom | |
network-1.1.1-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.botnerd.core/network/ -->
<dependency>
<groupId>com.botnerd.core</groupId>
<artifactId>network</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.botnerd.core/network/
implementation 'com.botnerd.core:network:1.1.1'
// https://jarcasting.com/artifacts/com.botnerd.core/network/
implementation ("com.botnerd.core:network:1.1.1")
'com.botnerd.core:network:aar:1.1.1'
<dependency org="com.botnerd.core" name="network" rev="1.1.1">
<artifact name="network" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.botnerd.core', module='network', version='1.1.1')
)
libraryDependencies += "com.botnerd.core" % "network" % "1.1.1"
[com.botnerd.core/network "1.1.1"]