Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.common |
ArtifactId | ArtifactIdcommon |
Version | Version3.0-Preview-b47b |
Type | Typepom |
Filename | Size |
---|---|
common-3.0-Preview-b47b.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.common/common/ -->
<dependency>
<groupId>org.glassfish.common</groupId>
<artifactId>common</artifactId>
<version>3.0-Preview-b47b</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.common/common/
implementation 'org.glassfish.common:common:3.0-Preview-b47b'
// https://jarcasting.com/artifacts/org.glassfish.common/common/
implementation ("org.glassfish.common:common:3.0-Preview-b47b")
'org.glassfish.common:common:pom:3.0-Preview-b47b'
<dependency org="org.glassfish.common" name="common" rev="3.0-Preview-b47b">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.common', module='common', version='3.0-Preview-b47b')
)
libraryDependencies += "org.glassfish.common" % "common" % "3.0-Preview-b47b"
[org.glassfish.common/common "3.0-Preview-b47b"]