Files download
File Operation
license-2.jar download
license-2.pom download
license-2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.ovea</groupId>
  <artifactId>license</artifactId>
  <version>2</version>
</dependency>
Gradle Groovy
implementation 'com.ovea:license:2'
Gradle Kotlin
implementation("com.ovea:license:2")
Scala SBT
libraryDependencies += "com.ovea" % "license" % "2"
Groovy Grape
@Grapes(
  @Grab(group='com.ovea', module='license', version='2')
)
Apache Ivy
<dependency org="com.ovea" name="license" rev="2" />
Leiningen
[com.ovea/license "2"]
Apache Buildr
'com.ovea:license:jar:2'
Dependencies
The project has no third-party dependencies