Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.botnerd.core |
ArtifactId | ArtifactIdnetwork |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
network-1.1.0.pom | |
network-1.1.0-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.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.botnerd.core/network/
implementation 'com.botnerd.core:network:1.1.0'
// https://jarcasting.com/artifacts/com.botnerd.core/network/
implementation ("com.botnerd.core:network:1.1.0")
'com.botnerd.core:network:aar:1.1.0'
<dependency org="com.botnerd.core" name="network" rev="1.1.0">
<artifact name="network" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.botnerd.core', module='network', version='1.1.0')
)
libraryDependencies += "com.botnerd.core" % "network" % "1.1.0"
[com.botnerd.core/network "1.1.0"]