@@ -36,8 +36,8 @@ External libraries can be added from one of the following sources:
3636To open the library configuration interface from a component:
3737
3838. In the canvas, select a component that requires an external library.
39- . In the component configuration panel, locate the *Required libraries* field .
40- . Click *Configure library*.
39+ . In the component configuration panel, locate the *Required Libraries* list .
40+ . Click on *Configure library* icon .
4141+
4242Anypoint Code Builder opens the *Library Configuration* page.
4343Changes made on this page apply to the entire project.
@@ -49,9 +49,9 @@ Some components provide recommended libraries that match the component requireme
4949To add a recommended library:
5050
5151. Open the *Library Configuration* page.
52- . In *Library source*, select *Add Recommended Library*.
52+ . Select *Add Recommended Library*.
5353+
54- The interface displays the library that will be added to the project.
54+ The interface shows the library to be added to the project.
5555. Click *Apply*.
5656+
5757Anypoint Code Builder adds the recommended library to the project POM file and applies it to all components that require it.
@@ -63,10 +63,10 @@ You can search Maven Central or manually specify Maven coordinates to add a depe
6363To add a Maven dependency:
6464
6565. Open the *Library Configuration* page.
66- . In *Library source*, select *Add Maven Dependency*.
66+ . Select *Add Maven Dependency*.
6767. In the *Search Maven Central Repository* field, search for a dependency or enter the required Maven fields manually.
6868. Specify values for *Group ID*, *Artifact ID*, and *Version*.
69- . (Optional) Configure additional fields such as *Scope*.
69+ . Optionally, configure additional fields such as *Scope*.
7070. Click *Apply*.
7171
7272Only libraries that meet the required criteria appear in component library fields after configuration.
@@ -78,11 +78,11 @@ You can add a dependency from a local file, such as a JAR or an external POM fil
7878To add a library from a local file:
7979
8080. Open the *Library Configuration* page.
81- . In *Library source*, select *Add from Local File*.
81+ . Select *Add from Local File*.
8282. Select a file from your system.
8383+
8484Anypoint Code Builder automatically populates the Maven fields based on the selected file.
85- . (Optional) Override the populated values if required.
85+ . Optionally, override the populated values if required.
8686. Click *Apply*.
8787
8888If you select an external POM file, it takes precedence over any POM embedded in the artifact file.
0 commit comments