| Categories |
CategoriesGlassFish Container Application Servers |
|---|---|
| GroupId | GroupIdorg.glassfish.main.tests |
| ArtifactId | ArtifactIdtests |
| Version | Version6.0.0-M1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tests-6.0.0-M1.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.main.tests/tests/ -->
<dependency>
<groupId>org.glassfish.main.tests</groupId>
<artifactId>tests</artifactId>
<version>6.0.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.main.tests/tests/
implementation 'org.glassfish.main.tests:tests:6.0.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.main.tests/tests/
implementation ("org.glassfish.main.tests:tests:6.0.0-M1")
'org.glassfish.main.tests:tests:pom:6.0.0-M1'
<dependency org="org.glassfish.main.tests" name="tests" rev="6.0.0-M1">
<artifact name="tests" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.main.tests', module='tests', version='6.0.0-M1')
)
libraryDependencies += "org.glassfish.main.tests" % "tests" % "6.0.0-M1"
[org.glassfish.main.tests/tests "6.0.0-M1"]