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