Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.docs.help |
ArtifactId | ArtifactIdonline |
Version | Version4.0-b13 |
Type | Typepom |
Filename | Size |
---|---|
online-4.0-b13.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.docs.help/online/ -->
<dependency>
<groupId>org.glassfish.docs.help</groupId>
<artifactId>online</artifactId>
<version>4.0-b13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.docs.help/online/
implementation 'org.glassfish.docs.help:online:4.0-b13'
// https://jarcasting.com/artifacts/org.glassfish.docs.help/online/
implementation ("org.glassfish.docs.help:online:4.0-b13")
'org.glassfish.docs.help:online:pom:4.0-b13'
<dependency org="org.glassfish.docs.help" name="online" rev="4.0-b13">
<artifact name="online" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.docs.help', module='online', version='4.0-b13')
)
libraryDependencies += "org.glassfish.docs.help" % "online" % "4.0-b13"
[org.glassfish.docs.help/online "4.0-b13"]