Option 1:
Download Liberty
Download and unzip the Liberty runtime to deploy your app to Liberty:
Alternatively…
- If you’re in Eclipse, drag and drop
on to the toolbar to get WebSphere Developer Tools. Learn more.
- If you’re using Maven:
<dependency> <groupId>com.ibm.websphere.appserver.runtime</groupId> <artifactId>wlp-webProfile7</artifactId> <version>16.0.0.4</version> </dependency> - If you’re using Docker, use our image on Docker Hub.