{ "name": "@vaadin/vaadin", "version": "24.5.0-alpha12", "description": "Vaadin components is an evolving set of open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.", "author": "Vaadin Ltd", "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cvdl-4.0)", "main": "vaadin.js", "dependencies": { "@vaadin/board": "24.5.0-alpha10", "@vaadin/charts": "24.5.0-alpha10", "@vaadin/cookie-consent": "24.5.0-alpha10", "@vaadin/crud": "24.5.0-alpha10", "@vaadin/grid-pro": "24.5.0-alpha10", "@vaadin/map": "24.5.0-alpha10", "@vaadin/rich-text-editor": "24.5.0-alpha10", "@vaadin/vaadin-core": "24.5.0-alpha12" }, "files": [ "vaadin.js" ], "keywords": [ "vaadin", "core", "elements", "web", "components", "webcomponents", "web-components" ] } _Development A seamless aspect-oriented extension to the Java programming language: https://github.com/eclipse-aspectj/aspectjwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/util/pom.xml
blob: b9de6184d6047ac0c0d028d383ef5379c0998217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<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>

  <parent>
    <groupId>org.aspectj</groupId>
    <artifactId>aspectj-parent</artifactId>
    <version>1.9.20.1</version>
  </parent>

  <artifactId>util</artifactId>

  <dependencies>
    <dependency>
      <!-- All modules referencing files inside 'lib' need this dependency -->
      <groupId>org.aspectj</groupId>
      <artifactId>lib</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>

</project>