License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.main.extras |
ArtifactId | ArtifactIdappserv-rt |
Last Version | Last Version7.0.0-M4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGlassFish appserv-rt.jar
Eclipse GlassFish Parent Project
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
appserv-rt-7.0.0-M4.pom | |
appserv-rt-7.0.0-M4.jar | 2 KB |
appserv-rt-7.0.0-M4-sources.jar | 1 KB |
appserv-rt-7.0.0-M4-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.extras/appserv-rt/ -->
<dependency>
<groupId>org.glassfish.main.extras</groupId>
<artifactId>appserv-rt</artifactId>
<version>7.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.extras/appserv-rt/
implementation 'org.glassfish.main.extras:appserv-rt:7.0.0-M4'
// https://jarcasting.com/artifacts/org.glassfish.main.extras/appserv-rt/
implementation ("org.glassfish.main.extras:appserv-rt:7.0.0-M4")
'org.glassfish.main.extras:appserv-rt:jar:7.0.0-M4'
<dependency org="org.glassfish.main.extras" name="appserv-rt" rev="7.0.0-M4">
<artifact name="appserv-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.extras', module='appserv-rt', version='7.0.0-M4')
)
libraryDependencies += "org.glassfish.main.extras" % "appserv-rt" % "7.0.0-M4"
[org.glassfish.main.extras/appserv-rt "7.0.0-M4"]