Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.main.web |
ArtifactId | ArtifactIdweb-core |
Version | Version4.0-b72 |
Type | Typejar |
Filename | Size |
---|---|
web-core-4.0-b72.pom | |
web-core-4.0-b72.jar | 1 MB |
web-core-4.0-b72-sources.jar | 1 MB |
web-core-4.0-b72-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.web/web-core/ -->
<dependency>
<groupId>org.glassfish.main.web</groupId>
<artifactId>web-core</artifactId>
<version>4.0-b72</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-core/
implementation 'org.glassfish.main.web:web-core:4.0-b72'
// https://jarcasting.com/artifacts/org.glassfish.main.web/web-core/
implementation ("org.glassfish.main.web:web-core:4.0-b72")
'org.glassfish.main.web:web-core:jar:4.0-b72'
<dependency org="org.glassfish.main.web" name="web-core" rev="4.0-b72">
<artifact name="web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.web', module='web-core', version='4.0-b72')
)
libraryDependencies += "org.glassfish.main.web" % "web-core" % "4.0-b72"
[org.glassfish.main.web/web-core "4.0-b72"]