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