Registry / networking / ao-net-types

ao-net-types

JSON →
library3.0.0javamavenunverified

Networking-related value types for Java, including IP addresses, ports, and protocols.

<dependency> <groupId>com.aoapps</groupId> <artifactId>ao-net-types</artifactId> <version>3.0.0</version> </dependency>
INSTALL
IMPORT
SIG · AO-NET-TYPES
A
ao-net-types
networkingjavav3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InetAddress
com.aoapps.net.types.InetAddress

Create an InetAddress value type from a string.

import com.aoapps.net.types.InetAddress; public class Main { public static void main(String[] args) { InetAddress addr = InetAddress.valueOf("192.168.1.1"); System.out.println("Address: " + addr); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
45 hits · last 30 days
node
39
OpenAI (training)
1
Resources
ao-net-types — mvn dependency:get ao-net-types · libregistry