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