Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 667 Bytes

kjson-maven

License: MIT Kotlin

Maven parent POM for kjson projects

Includes plugin definitions for deployment to Sonatype OSSRH.

The current version is 4.0 - this version uses Kotlin 1.8.22, and the default Java version is 1.8.

Usage

  <parent>
    <groupId>io.kjson</groupId>
    <artifactId>kjson-maven</artifactId>
    <version>4.0</version>
  </parent>

Peter Wall

2023-07-23