License |
License |
---|---|
GroupId | GroupIdcom.manolodominguez |
ArtifactId | ArtifactIdopenlrae |
Version | Version2.3 |
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-2.3.pom | |
openlrae-2.3-sources.jar | 541 KB |
openlrae-2.3-javadoc.jar | 443 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.manolodominguez/openlrae/ -->
<dependency>
<groupId>com.manolodominguez</groupId>
<artifactId>openlrae</artifactId>
<version>2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.manolodominguez/openlrae/
implementation 'com.manolodominguez:openlrae:2.3'
// https://jarcasting.com/artifacts/com.manolodominguez/openlrae/
implementation ("com.manolodominguez:openlrae:2.3")
'com.manolodominguez:openlrae:jar:2.3'
<dependency org="com.manolodominguez" name="openlrae" rev="2.3">
<artifact name="openlrae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manolodominguez', module='openlrae', version='2.3')
)
libraryDependencies += "com.manolodominguez" % "openlrae" % "2.3"
[com.manolodominguez/openlrae "2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha6 |
org.slf4j : slf4j-simple | jar | 2.0.0-alpha6 |
org.sharegov : mjson | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |