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