License |
License
CDDL + GPLv2 with classpath exception
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish |
ArtifactId | ArtifactIdlegal |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLegal License for glassfish code
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
legal-1.1.pom | |
legal-1.1.jar | 14 KB |
legal-1.1-sources.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish/legal/ -->
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>legal</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish/legal/
implementation 'org.glassfish:legal:1.1'
// https://jarcasting.com/artifacts/org.glassfish/legal/
implementation ("org.glassfish:legal:1.1")
'org.glassfish:legal:jar:1.1'
<dependency org="org.glassfish" name="legal" rev="1.1">
<artifact name="legal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish', module='legal', version='1.1')
)
libraryDependencies += "org.glassfish" % "legal" % "1.1"
[org.glassfish/legal "1.1"]