How to install the Java artifact com.ibm.websphere.appserver.features.libertyCoreBundle with Maven
Java
Maven
pom.xml
com.ibm.websphere.appserver.features
libertyCoreBundle
Add the following lines to your pom.xml in the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>com.ibm.websphere.appserver.features</groupId>
<artifactId>libertyCoreBundle</artifactId>
<version>18.0.0.2</version>
</dependency>
/<dependencies>