Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.liaopen123 |
ArtifactId | ArtifactIdnetwatcher |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
netwatcher-1.0.3.pom | |
netwatcher-1.0.3-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liaopen123/netwatcher/ -->
<dependency>
<groupId>com.github.liaopen123</groupId>
<artifactId>netwatcher</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.liaopen123/netwatcher/
implementation 'com.github.liaopen123:netwatcher:1.0.3'
// https://jarcasting.com/artifacts/com.github.liaopen123/netwatcher/
implementation ("com.github.liaopen123:netwatcher:1.0.3")
'com.github.liaopen123:netwatcher:aar:1.0.3'
<dependency org="com.github.liaopen123" name="netwatcher" rev="1.0.3">
<artifact name="netwatcher" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.liaopen123', module='netwatcher', version='1.0.3')
)
libraryDependencies += "com.github.liaopen123" % "netwatcher" % "1.0.3"
[com.github.liaopen123/netwatcher "1.0.3"]