MVN

com.github.longstone : i18n-validator

Maven & Gradle

Jul 22, 2020
0 stars

Validates java i18n property files, so that you don't have to...

<dependency>
    <groupId>com.github.longstone</groupId>
    <artifactId>i18n-validator</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.longstone : i18n-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of com.github.longstone : i18n-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.6
i18n-validator-v1.6
2.1
i18n-validator-2.1
2.0
i18n-validator-2.0

How to add a dependency to Maven

Add the following com.github.longstone : i18n-validator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.longstone</groupId>
    <artifactId>i18n-validator</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.longstone : i18n-validator gradle dependency to your build.gradle file:

implementation 'com.github.longstone:i18n-validator:2.1'

Gradle Kotlin DSL: Add the following com.github.longstone : i18n-validator gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.longstone:i18n-validator:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.longstone : i18n-validator sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.longstone" % "i18n-validator" % "2.1"

Advertisement