License |
License |
---|---|
Categories |
CategoriesWebSphere Container Application Servers |
GroupId | GroupIdcom.ibm.websphere.appmod.tools |
ArtifactId | ArtifactIdbinary-app-scanner |
Version | Version21.0.0.4 |
Type | Typejar |
Description |
DescriptionIBM WebSphere Application Server Migration Toolkit for Application Binaries
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
binary-app-scanner-21.0.0.4.pom | |
binary-app-scanner-21.0.0.4.jar | 23 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.websphere.appmod.tools/binary-app-scanner/ -->
<dependency>
<groupId>com.ibm.websphere.appmod.tools</groupId>
<artifactId>binary-app-scanner</artifactId>
<version>21.0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.websphere.appmod.tools/binary-app-scanner/
implementation 'com.ibm.websphere.appmod.tools:binary-app-scanner:21.0.0.4'
// https://jarcasting.com/artifacts/com.ibm.websphere.appmod.tools/binary-app-scanner/
implementation ("com.ibm.websphere.appmod.tools:binary-app-scanner:21.0.0.4")
'com.ibm.websphere.appmod.tools:binary-app-scanner:jar:21.0.0.4'
<dependency org="com.ibm.websphere.appmod.tools" name="binary-app-scanner" rev="21.0.0.4">
<artifact name="binary-app-scanner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.websphere.appmod.tools', module='binary-app-scanner', version='21.0.0.4')
)
libraryDependencies += "com.ibm.websphere.appmod.tools" % "binary-app-scanner" % "21.0.0.4"
[com.ibm.websphere.appmod.tools/binary-app-scanner "21.0.0.4"]