Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.fozatkardouh |
ArtifactId | ArtifactIdnetworkDetection |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
networkDetection-0.1.pom | |
networkDetection-0.1.jar | 1 MB |
networkDetection-0.1-sources.jar | 1 MB |
networkDetection-0.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fozatkardouh/networkDetection/ -->
<dependency>
<groupId>io.github.fozatkardouh</groupId>
<artifactId>networkDetection</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fozatkardouh/networkDetection/
implementation 'io.github.fozatkardouh:networkDetection:0.1'
// https://jarcasting.com/artifacts/io.github.fozatkardouh/networkDetection/
implementation ("io.github.fozatkardouh:networkDetection:0.1")
'io.github.fozatkardouh:networkDetection:jar:0.1'
<dependency org="io.github.fozatkardouh" name="networkDetection" rev="0.1">
<artifact name="networkDetection" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fozatkardouh', module='networkDetection', version='0.1')
)
libraryDependencies += "io.github.fozatkardouh" % "networkDetection" % "0.1"
[io.github.fozatkardouh/networkDetection "0.1"]