Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.ancoron.glassfish.extender |
ArtifactId | ArtifactIdextender-parent |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
extender-parent-1.0.3.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.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.glassfish.extender/extender-parent/
implementation 'org.ancoron.glassfish.extender:extender-parent:1.0.3'
// https://jarcasting.com/artifacts/org.ancoron.glassfish.extender/extender-parent/
implementation ("org.ancoron.glassfish.extender:extender-parent:1.0.3")
'org.ancoron.glassfish.extender:extender-parent:pom:1.0.3'
<dependency org="org.ancoron.glassfish.extender" name="extender-parent" rev="1.0.3">
<artifact name="extender-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.glassfish.extender', module='extender-parent', version='1.0.3')
)
libraryDependencies += "org.ancoron.glassfish.extender" % "extender-parent" % "1.0.3"
[org.ancoron.glassfish.extender/extender-parent "1.0.3"]