binary-app-scanner
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.ibm.websphere.appmod.tools</groupId> <artifactId>binary-app-scanner</artifactId> <version>24.0.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.ibm.websphere.appmod.tools</groupId> <artifactId>binary-app-scanner</artifactId> <version>24.0.0.2</version> <name>IBM WebSphere Application Server Migration Toolkit for Application Binaries</name> <description>The IBM WebSphere Application Server Migration Toolkit for Application Binaries provides a command-line tool that quickly evaluates application code and configuration for rapid deployment on Liberty or newer versions of WebSphere Application Server traditional.</description> <url>https://www.ibm.com/docs/wamt?topic=migration-toolkit-application-binaries</url> <licenses> <license> <name>IBM International License Agreement for Non-Warranted Programs</name> <url>https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/license/wamt/</url> <distribution>repo</distribution> <comments>Additional notices https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/license/wamt/notices.html</comments> </license> </licenses> </project>