V

ValidationAPI

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.
Files download
File Operation
ValidationAPI-RELEASE120-1.jar download
ValidationAPI-RELEASE120-1.pom download
Apache Maven
<dependency>
  <groupId>org.netbeans.external</groupId>
  <artifactId>ValidationAPI</artifactId>
  <version>RELEASE120-1</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.external:ValidationAPI:RELEASE120-1'
Gradle Kotlin
implementation("org.netbeans.external:ValidationAPI:RELEASE120-1")
Scala SBT
libraryDependencies += "org.netbeans.external" % "ValidationAPI" % "RELEASE120-1"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.external', module='ValidationAPI', version='RELEASE120-1')
)
Apache Ivy
<dependency org="org.netbeans.external" name="ValidationAPI" rev="RELEASE120-1" />
Leiningen
[org.netbeans.external/ValidationAPI "RELEASE120-1"]
Apache Buildr
'org.netbeans.external:ValidationAPI:jar:RELEASE120-1'