File | Operation |
---|---|
dirigible-components-parent-10.6.6.pom | download |
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-components-parent</artifactId>
<version>10.6.6</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-components-parent', version='10.6.6')
)
<dependency org="org.eclipse.dirigible" name="dirigible-components-parent" rev="10.6.6" />
<parent> <groupId>org.eclipse.dirigible</groupId> <artifactId>dirigible-parent</artifactId> <version>10.6.6</version> </parent>
compile
|-- ch.qos.logback:logback-core
|-- ch.qos.logback:logback-classic
|-- org.eclipse.dirigible:dirigible-commons-config
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-websocket
|-- org.springframework.boot:spring-boot-starter-data-jdbc
|-- org.springframework.boot:spring-boot-starter-data-jpa
|-- org.springframework.boot:spring-boot-starter-security
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.springframework.security:spring-security-web
|-- com.fasterxml.jackson.datatype:jackson-datatype-joda
|-- org.springdoc:springdoc-openapi-starter-webmvc-ui
|-- org.webjars:webjars-locator
test