features
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.websphere.appserver.features</groupId> <artifactId>features</artifactId> <version>25.0.0.5</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.websphere.appserver.features</groupId> <artifactId>features</artifactId> <version>25.0.0.5</version> <packaging>json</packaging> <name>WebSphere Liberty features JSON</name> <description>WebSphere Liberty features JSON</description> <url/> <licenses> <license> <name>IBM International License Agreement for Non-Warranted Programs</name> <url>http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/licenses/L-JTHS-8SZMHX/HTML/</url> <distribution>repo</distribution> <comments>Additional notices http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/maven/licenses/L-JTHS-8SZMHX/HTML/notices.html</comments> </license> </licenses> <dependencies> <dependency> <groupId>io.openliberty.features</groupId> <artifactId>features</artifactId> <version>25.0.0.5</version> <type>json</type> </dependency> </dependencies> </project>