Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.vatbub |
ArtifactId | ArtifactIdcommon.internet |
Version | Version0.1.3 |
Type | Typejar |
Filename | Size |
---|---|
common.internet-0.1.3.pom | |
common.internet-0.1.3.jar | 10 KB |
common.internet-0.1.3-sources.jar | 8 KB |
common.internet-0.1.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/common.internet/
implementation 'com.github.vatbub:common.internet:0.1.3'
// https://jarcasting.com/artifacts/com.github.vatbub/common.internet/
implementation ("com.github.vatbub:common.internet:0.1.3")
'com.github.vatbub:common.internet:jar:0.1.3'
<dependency org="com.github.vatbub" name="common.internet" rev="0.1.3">
<artifact name="common.internet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='common.internet', version='0.1.3')
)
libraryDependencies += "com.github.vatbub" % "common.internet" % "0.1.3"
[com.github.vatbub/common.internet "0.1.3"]