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