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