Skip to content

RaniAgus/javalidation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javalidation

Maven Central

Example library for validating Java code.

Installation

Javalidation is hosted in the Maven Central Repository. Simply add the following dependency into your pom.xml file:

    <dependency>
      <groupId>io.github.raniagus</groupId>
      <artifactId>javalidation</artifactId>
      <version>0.4.4</version>
    </dependency>

Snapshots

Also, snapshots of the master branch are deployed automatically with each successful commit. Instead of Maven Central, use the Sonatype snapshots repository at:

<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>

You can add the repository in your pom.xml file:

  <repositories>
    <repository>
      <id>sonatype-snapshots</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
  </repositories>

About

Example library for validating Java code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages