License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.ancoron.glassfish.extender |
ArtifactId | ArtifactIdextender-parent |
Last Version | Last Version1.1.0-rc1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGlassFish OSGi Extenders
Collecting sample projects to be used with GlassFish
|
Filename | Size |
---|---|
extender-parent-1.1.0-rc1.pom | 701 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.1.0-rc1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ancoron.glassfish.extender/extender-parent/
implementation 'org.ancoron.glassfish.extender:extender-parent:1.1.0-rc1'
// https://jarcasting.com/artifacts/org.ancoron.glassfish.extender/extender-parent/
implementation ("org.ancoron.glassfish.extender:extender-parent:1.1.0-rc1")
'org.ancoron.glassfish.extender:extender-parent:pom:1.1.0-rc1'
<dependency org="org.ancoron.glassfish.extender" name="extender-parent" rev="1.1.0-rc1">
<artifact name="extender-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ancoron.glassfish.extender', module='extender-parent', version='1.1.0-rc1')
)
libraryDependencies += "org.ancoron.glassfish.extender" % "extender-parent" % "1.1.0-rc1"
[org.ancoron.glassfish.extender/extender-parent "1.1.0-rc1"]