-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57f743e
commit 22cb2ec
Showing
3 changed files
with
402 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project | ||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>dev.soundness</groupId> | ||
<artifactId>hypotenuse-core</artifactId> | ||
<version>0.1.0</version> | ||
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
<name>Hypotenuse</name> | ||
<description>Typeclasses for rendering different values as text for different audiences</description> | ||
<url>https://soundness.dev/hypotenuse</url> | ||
<packaging>jar</packaging> | ||
<properties> | ||
<java.version>21</java.version> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
</properties> | ||
<dependencies> | ||
<dependency> | ||
<groupId>dev.soundness</groupId> | ||
<artifactId>contingency-core</artifactId> | ||
<version>0.1.0</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>dev.soundness</groupId> | ||
<artifactId>anticipation-opaque</artifactId> | ||
<version>0.1.0</version> | ||
</dependency> | ||
</dependencies> | ||
<organization> | ||
<name>Propensive</name> | ||
<url>https://propensive.com/</url> | ||
</organization> | ||
<scm> | ||
<url>https://github.com/propensive/hypotenuse</url> | ||
<connection>scm:git@github.com:propensive/hypotenuse.git</connection> | ||
</scm> | ||
<developers> | ||
<developer> | ||
<id>propensive</id> | ||
<name>Jon Pretty</name> | ||
<email>jon.pretty@propensive.com</email> | ||
<url>https://propensive.com/</url> | ||
</developer> | ||
</developers> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.