+++ title = "Installing the library" weight = 200 +++ ## Add Artifact Before you can use the table viewer in your application, you'll need to add the artifact to your `pom.xml` file: {{}} ... software.amazon.awscdk aws-cdk-lib ${cdk.version} io.github.cdklabs cdk-dynamo-table-view 0.2.0 software.amazon.jsii jsii-runtime ... {{}} ---- Now we are ready to add a viewer to our app.