| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.docs.help |
| ArtifactId | ArtifactIdonline |
| Last Version | Last Version4.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionAdministration Console Online Help
Java.net - The Source for Java Technology Collaboration
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| online-4.1.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.docs.help/online/ -->
<dependency>
<groupId>org.glassfish.docs.help</groupId>
<artifactId>online</artifactId>
<version>4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.docs.help/online/
implementation 'org.glassfish.docs.help:online:4.1'
// https://jarcasting.com/artifacts/org.glassfish.docs.help/online/
implementation ("org.glassfish.docs.help:online:4.1")
'org.glassfish.docs.help:online:pom:4.1'
<dependency org="org.glassfish.docs.help" name="online" rev="4.1">
<artifact name="online" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.docs.help', module='online', version='4.1')
)
libraryDependencies += "org.glassfish.docs.help" % "online" % "4.1"
[org.glassfish.docs.help/online "4.1"]