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