License |
License |
---|---|
GroupId | GroupIdcom.manolodominguez |
ArtifactId | ArtifactIdopenlrae |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOpen Licensing Risks Analysis Engine
Open LRAE is a licensing risk analysis engine in the form of Java library that allow the detection of risks related to licensing from the set of components (and their respective licenses) you are using in a given project.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
openlrae-3.0.pom | |
openlrae-3.0-sources.jar | 328 KB |
openlrae-3.0-javadoc.jar | 747 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manolodominguez/openlrae/ -->
<dependency>
<groupId>com.manolodominguez</groupId>
<artifactId>openlrae</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.manolodominguez/openlrae/
implementation 'com.manolodominguez:openlrae:3.0'
// https://jarcasting.com/artifacts/com.manolodominguez/openlrae/
implementation ("com.manolodominguez:openlrae:3.0")
'com.manolodominguez:openlrae:jar:3.0'
<dependency org="com.manolodominguez" name="openlrae" rev="3.0">
<artifact name="openlrae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manolodominguez', module='openlrae', version='3.0')
)
libraryDependencies += "com.manolodominguez" % "openlrae" % "3.0"
[com.manolodominguez/openlrae "3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.erosb : everit-json-schema | jar | 1.14.0 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha6 |
org.slf4j : slf4j-simple | jar | 2.0.0-alpha6 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |