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