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