Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.ancoron.glassfish.extender |
ArtifactId | ArtifactIdextender-parent |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
extender-parent-1.0.6.pom | 697 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.ancoron.glassfish.extender/extender-parent/ -->
<dependency>
<groupId>org.ancoron.glassfish.extender</groupId>
<artifactId>extender-parent</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.glassfish.extender/extender-parent/
implementation 'org.ancoron.glassfish.extender:extender-parent:1.0.6'
// https://jarcasting.com/artifacts/org.ancoron.glassfish.extender/extender-parent/
implementation ("org.ancoron.glassfish.extender:extender-parent:1.0.6")
'org.ancoron.glassfish.extender:extender-parent:pom:1.0.6'
<dependency org="org.ancoron.glassfish.extender" name="extender-parent" rev="1.0.6">
<artifact name="extender-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.glassfish.extender', module='extender-parent', version='1.0.6')
)
libraryDependencies += "org.ancoron.glassfish.extender" % "extender-parent" % "1.0.6"
[org.ancoron.glassfish.extender/extender-parent "1.0.6"]