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