MVN

online.inote : inote

Maven & Gradle

Oct 31, 2021

inote · Inote is the low-level toolkit.

<dependency>
    <groupId>online.inote</groupId>
    <artifactId>inote</artifactId>
    <version>0.6.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of online.inote : inote to add to Maven - Latest Versions:

  • Latest Stable: 0.6.0-RELEASE

All Versions

Choose a version of online.inote : inote to add to Maven - All Versions:

Version Vulnerabilities Updated
0.6.x
inote-0.6.0-RELEASE
0.5.x
inote-0.5.0-RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>online.inote</groupId>
    <artifactId>inote</artifactId>
    <version>0.6.0-RELEASE</version>
</dependency>

Advertisement