From 16fd524f7f2020a8f2b5c695fa6210a82d1074aa Mon Sep 17 00:00:00 2001 From: StaticBeagle Date: Sun, 17 Nov 2024 23:28:21 -0600 Subject: [PATCH] Added maven to README and changed to artifactId to lowercase in pom --- README.md | 16 +++++++++++++++- pom.xml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00526e9..985a8ce 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ETK4J +[![Java CI with Maven](https://github.com/StaticBeagle/ETK4J/actions/workflows/maven.yml/badge.svg)](https://github.com/StaticBeagle/ETK4J/actions/workflows/maven.yml) + +--------------------------------------------------------------------------- ## Engineering Toolkit for Java The purpose of this project is to create a library that can be used to prototype solutions to engineering problems. One @@ -24,6 +27,17 @@ can be found in: src/main/java -# Requirements +--------------------------------------------------------------------------- +## Maven Central + +ETK4J can be included from Maven Central + +```xml +com.wildbitsfoundry +etk4j +2.0.0 +``` + +Requirements --- JDK 1.8+ diff --git a/pom.xml b/pom.xml index 37a9cd2..63e89d0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@ 4.0.0 com.wildbitsfoundry - ETK4J + etk4j 2.0.0 Engineering Toolkit for Java Tools and implementation of mathematical methods or backing math for engineering problems and