l

licenseListPublisher

Tool that generates license data found in the license-list-data repository from the license-list-XML source
http://spdx.org/licenseListPublisher
The Apache Software License, Version 2.0
Linux Foundation
Gary O'Neall
Files download
File Operation
licenseListPublisher-2.2.10.jar download
licenseListPublisher-2.2.10.pom download
licenseListPublisher-2.2.10-sources.jar download
Apache Maven
<dependency>
  <groupId>org.spdx</groupId>
  <artifactId>licenseListPublisher</artifactId>
  <version>2.2.10</version>
</dependency>
Gradle Groovy
implementation 'org.spdx:licenseListPublisher:2.2.10'
Gradle Kotlin
implementation("org.spdx:licenseListPublisher:2.2.10")
Scala SBT
libraryDependencies += "org.spdx" % "licenseListPublisher" % "2.2.10"
Groovy Grape
@Grapes(
  @Grab(group='org.spdx', module='licenseListPublisher', version='2.2.10')
)
Apache Ivy
<dependency org="org.spdx" name="licenseListPublisher" rev="2.2.10" />
Leiningen
[org.spdx/licenseListPublisher "2.2.10"]
Apache Buildr
'org.spdx:licenseListPublisher:jar:2.2.10'