Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:23
Show Gist options
  • Save ezhov-da/681f8d724242669f0d18dc655871ed90 to your computer and use it in GitHub Desktop.
Save ezhov-da/681f8d724242669f0d18dc655871ed90 to your computer and use it in GitHub Desktop.
java ee7 api maven all
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>7.0</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment