v

validator-repo

Package for generation of index for repository.
https://github.com/difi/vefa-validator
Files download
File Operation
validator-repo-2.0.0-RC1.jar download
validator-repo-2.0.0-RC1.pom download
validator-repo-2.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>no.difi.vefa</groupId>
  <artifactId>validator-repo</artifactId>
  <version>2.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'no.difi.vefa:validator-repo:2.0.0-RC1'
Gradle Kotlin
implementation("no.difi.vefa:validator-repo:2.0.0-RC1")
Scala SBT
libraryDependencies += "no.difi.vefa" % "validator-repo" % "2.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='no.difi.vefa', module='validator-repo', version='2.0.0-RC1')
)
Apache Ivy
<dependency org="no.difi.vefa" name="validator-repo" rev="2.0.0-RC1" />
Leiningen
[no.difi.vefa/validator-repo "2.0.0-RC1"]
Apache Buildr
'no.difi.vefa:validator-repo:jar:2.0.0-RC1'