Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.apisense |
ArtifactId | ArtifactIdnetsense |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
netsense-1.0.1.pom | |
netsense-1.0.1.aar | 203 KB |
netsense-1.0.1-sources.jar | 261 bytes |
netsense-1.0.1-javadoc.jar | 193 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.apisense/netsense/ -->
<dependency>
<groupId>io.apisense</groupId>
<artifactId>netsense</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.apisense/netsense/
implementation 'io.apisense:netsense:1.0.1'
// https://jarcasting.com/artifacts/io.apisense/netsense/
implementation ("io.apisense:netsense:1.0.1")
'io.apisense:netsense:aar:1.0.1'
<dependency org="io.apisense" name="netsense" rev="1.0.1">
<artifact name="netsense" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.apisense', module='netsense', version='1.0.1')
)
libraryDependencies += "io.apisense" % "netsense" % "1.0.1"
[io.apisense/netsense "1.0.1"]