| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.github.vatbub |
| ArtifactId | ArtifactIdcommon.internet |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common.internet-0.1.2.pom | |
| common.internet-0.1.2.jar | 10 KB |
| common.internet-0.1.2-sources.jar | 8 KB |
| common.internet-0.1.2-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/common.internet/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>common.internet</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/common.internet/
implementation 'com.github.vatbub:common.internet:0.1.2'
// https://jarcasting.com/artifacts/com.github.vatbub/common.internet/
implementation ("com.github.vatbub:common.internet:0.1.2")
'com.github.vatbub:common.internet:jar:0.1.2'
<dependency org="com.github.vatbub" name="common.internet" rev="0.1.2">
<artifact name="common.internet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='common.internet', version='0.1.2')
)
libraryDependencies += "com.github.vatbub" % "common.internet" % "0.1.2"
[com.github.vatbub/common.internet "0.1.2"]