l

license-list-schema

A schema module for License List Gradle Plugin
https://github.com/jmatsu/license-list-plugin
The MIT License (MIT)
Jumpei Matsuda
Files download
File Operation
license-list-schema-0.6.1.jar download
license-list-schema-0.6.1.pom download
license-list-schema-0.6.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jmatsu</groupId>
  <artifactId>license-list-schema</artifactId>
  <version>0.6.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.jmatsu:license-list-schema:0.6.1'
Gradle Kotlin
implementation("io.github.jmatsu:license-list-schema:0.6.1")
Scala SBT
libraryDependencies += "io.github.jmatsu" % "license-list-schema" % "0.6.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jmatsu', module='license-list-schema', version='0.6.1')
)
Apache Ivy
<dependency org="io.github.jmatsu" name="license-list-schema" rev="0.6.1" />
Leiningen
[io.github.jmatsu/license-list-schema "0.6.1"]
Apache Buildr
'io.github.jmatsu:license-list-schema:jar:0.6.1'
Dependencies
The project has no third-party dependencies