Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.ocelotds |
ArtifactId | ArtifactIdocelot-int-glassfish |
Version | Version2.11.1 |
Type | Typejar |
Filename | Size |
---|---|
ocelot-int-glassfish-2.11.1.pom | |
ocelot-int-glassfish-2.11.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ocelotds/ocelot-int-glassfish/ -->
<dependency>
<groupId>org.ocelotds</groupId>
<artifactId>ocelot-int-glassfish</artifactId>
<version>2.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ocelotds/ocelot-int-glassfish/
implementation 'org.ocelotds:ocelot-int-glassfish:2.11.1'
// https://jarcasting.com/artifacts/org.ocelotds/ocelot-int-glassfish/
implementation ("org.ocelotds:ocelot-int-glassfish:2.11.1")
'org.ocelotds:ocelot-int-glassfish:jar:2.11.1'
<dependency org="org.ocelotds" name="ocelot-int-glassfish" rev="2.11.1">
<artifact name="ocelot-int-glassfish" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ocelotds', module='ocelot-int-glassfish', version='2.11.1')
)
libraryDependencies += "org.ocelotds" % "ocelot-int-glassfish" % "2.11.1"
[org.ocelotds/ocelot-int-glassfish "2.11.1"]