is not current version
Last Version 3.0

com.manolodominguez:openlrae 1.0

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.

GroupId

GroupId

com.manolodominguez
ArtifactId

ArtifactId

openlrae
Version

Version

1.0
Type

Type

jar

Download openlrae 1.0


<!-- https://jarcasting.com/artifacts/com.manolodominguez/openlrae/ -->
<dependency>
    <groupId>com.manolodominguez</groupId>
    <artifactId>openlrae</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.manolodominguez/openlrae/
implementation 'com.manolodominguez:openlrae:1.0'
// https://jarcasting.com/artifacts/com.manolodominguez/openlrae/
implementation ("com.manolodominguez:openlrae:1.0")
'com.manolodominguez:openlrae:jar:1.0'
<dependency org="com.manolodominguez" name="openlrae" rev="1.0">
  <artifact name="openlrae" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.manolodominguez', module='openlrae', version='1.0')
)
libraryDependencies += "com.manolodominguez" % "openlrae" % "1.0"
[com.manolodominguez/openlrae "1.0"]