| License |
License
CDDL + GPLv2 with classpath exception
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.orb |
| ArtifactId | ArtifactIdorb |
| Last Version | Last Version3.2-b06 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionGlassFish ORB related modules
|
| Project Organization |
Project OrganizationGlassFish Community |
| Filename | Size |
|---|---|
| orb-3.2-b06.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.orb/orb/ -->
<dependency>
<groupId>org.glassfish.orb</groupId>
<artifactId>orb</artifactId>
<version>3.2-b06</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.orb/orb/
implementation 'org.glassfish.orb:orb:3.2-b06'
// https://jarcasting.com/artifacts/org.glassfish.orb/orb/
implementation ("org.glassfish.orb:orb:3.2-b06")
'org.glassfish.orb:orb:pom:3.2-b06'
<dependency org="org.glassfish.orb" name="orb" rev="3.2-b06">
<artifact name="orb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.orb', module='orb', version='3.2-b06')
)
libraryDependencies += "org.glassfish.orb" % "orb" % "3.2-b06"
[org.glassfish.orb/orb "3.2-b06"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.3.1 |