Skip to content

Release 2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 19:35

With the release of 2.2.0 of cdimascio/java-dotenv support for Java 8 is back.

Installation

Maven

<dependency>
  <groupId>me.paulschwarz</groupId>
  <artifactId>spring-dotenv</artifactId>
  <version>2.3.0</version>
</dependency>

Gradle

implementation 'me.paulschwarz:spring-dotenv:2.3.0'