| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers |
| GroupId | GroupIdorg.glassfish.main.resources |
| ArtifactId | ArtifactIdresources |
| Version | Version6.2.0 |
| Type | Typepom |
| Description |
DescriptionGlassFish Resources infrastructure related modules
Eclipse GlassFish Parent Project
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| resources-6.2.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.resources/resources/ -->
<dependency>
<groupId>org.glassfish.main.resources</groupId>
<artifactId>resources</artifactId>
<version>6.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.resources/resources/
implementation 'org.glassfish.main.resources:resources:6.2.0'
// https://jarcasting.com/artifacts/org.glassfish.main.resources/resources/
implementation ("org.glassfish.main.resources:resources:6.2.0")
'org.glassfish.main.resources:resources:pom:6.2.0'
<dependency org="org.glassfish.main.resources" name="resources" rev="6.2.0">
<artifact name="resources" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.resources', module='resources', version='6.2.0')
)
libraryDependencies += "org.glassfish.main.resources" % "resources" % "6.2.0"
[org.glassfish.main.resources/resources "6.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 4.13.2 |