arch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>arch</artifactId> <version>3.0.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mvnpm</groupId> <artifactId>arch</artifactId> <version>3.0.0</version> <name>arch</name> <description>Better `os.arch()` for node and the browser -- detect OS architecture</description> <url>https://github.com/feross/arch</url> <organization> <name>Feross Aboukhadijeh</name> <url>https://github.com/feross/arch</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>feross</name> <email>feross@feross.org</email> </developer> <developer> <name>raynos</name> <email>raynos2@gmail.com</email> </developer> </developers> <scm> <connection>git://github.com/feross/arch.git</connection> <developerConnection>git://github.com/feross/arch.git</developerConnection> <url>git://github.com/feross/arch</url> </scm> <issueManagement> <url>https://github.com/feross/arch/issues</url> </issueManagement> </project>