Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.gregmarut.commons |
ArtifactId | ArtifactIdnetwork |
Version | Version0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
network-0.2-RELEASE.pom | |
network-0.2-RELEASE.jar | 44 KB |
network-0.2-RELEASE-sources.jar | 28 KB |
network-0.2-RELEASE-javadoc.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.commons/network/ -->
<dependency>
<groupId>com.gregmarut.commons</groupId>
<artifactId>network</artifactId>
<version>0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.commons/network/
implementation 'com.gregmarut.commons:network:0.2-RELEASE'
// https://jarcasting.com/artifacts/com.gregmarut.commons/network/
implementation ("com.gregmarut.commons:network:0.2-RELEASE")
'com.gregmarut.commons:network:jar:0.2-RELEASE'
<dependency org="com.gregmarut.commons" name="network" rev="0.2-RELEASE">
<artifact name="network" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.commons', module='network', version='0.2-RELEASE')
)
libraryDependencies += "com.gregmarut.commons" % "network" % "0.2-RELEASE"
[com.gregmarut.commons/network "0.2-RELEASE"]