License |
License |
---|---|
Categories |
CategoriesWildFly Container Application Servers Search Business Logic Libraries |
GroupId | GroupIdorg.opensearch |
ArtifactId | ArtifactIdwildfly |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionwildfly
OpenSearch subproject :qa:wildfly
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wildfly-2.0.1.pom | |
wildfly-2.0.1-sources.jar | 11 KB |
wildfly-2.0.1-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opensearch/wildfly/ -->
<dependency>
<groupId>org.opensearch</groupId>
<artifactId>wildfly</artifactId>
<version>2.0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.opensearch/wildfly/
implementation 'org.opensearch:wildfly:2.0.1'
// https://jarcasting.com/artifacts/org.opensearch/wildfly/
implementation ("org.opensearch:wildfly:2.0.1")
'org.opensearch:wildfly:war:2.0.1'
<dependency org="org.opensearch" name="wildfly" rev="2.0.1">
<artifact name="wildfly" type="war" />
</dependency>
@Grapes(
@Grab(group='org.opensearch', module='wildfly', version='2.0.1')
)
libraryDependencies += "org.opensearch" % "wildfly" % "2.0.1"
[org.opensearch/wildfly "2.0.1"]