From c40b562a6787117c05e4494398db7f652a0d08a0 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 20 Jul 2024 13:26:03 +0200 Subject: [PATCH] Create java integration README.md --- integrations/java/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 integrations/java/README.md diff --git a/integrations/java/README.md b/integrations/java/README.md new file mode 100644 index 0000000..03f5332 --- /dev/null +++ b/integrations/java/README.md @@ -0,0 +1,6 @@ +# LicenseAPI - Java-Integration + +![LicenseAPI x JAVA](https://i.imgur.com/QImuolX.png) + +This is a simple Java integration for the LicenseAPI. It allows you to easily validate licenses in your Java +application. \ No newline at end of file