hello
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>hello</artifactId>
<version>0.6.2</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>hello</artifactId>
<version>0.6.2</version>
<name>hello</name>
<description>👋 Hello from GitHub profiles. On the command line</description>
<url>https://github.com/hello-js/hello#readme</url>
<organization>
<name>Matt Venables</name>
<url>https://github.com/hello-js/hello#readme</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>venables</name>
<email>matt@m2.xyz</email>
</developer>
</developers>
<scm>
<connection>git://github.com/hello-js/hello.git</connection>
<developerConnection>git://github.com/hello-js/hello.git</developerConnection>
<url>git://github.com/hello-js/hello</url>
</scm>
<issueManagement>
<url>https://github.com/hello-js/hello/issues</url>
</issueManagement>
<properties>
<org.mvnpm-zod.version>[3.22.4,4)</org.mvnpm-zod.version>
<org.mvnpm-marked-terminal.version>[6.1.0,7)</org.mvnpm-marked-terminal.version>
<org.mvnpm-marked.version>[10.0.0,11)</org.mvnpm-marked.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>marked</artifactId>
<version>${org.mvnpm-marked.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>marked-terminal</artifactId>
<version>${org.mvnpm-marked-terminal.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>zod</artifactId>
<version>${org.mvnpm-zod.version}</version>
</dependency>
</dependencies>
</project>