d

dirigible-application

Files download
File Operation
dirigible-application-10.3.0.jar download
dirigible-application-10.3.0.pom download
dirigible-application-10.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.dirigible</groupId>
  <artifactId>dirigible-application</artifactId>
  <version>10.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.dirigible:dirigible-application:10.3.0'
Gradle Kotlin
implementation("org.eclipse.dirigible:dirigible-application:10.3.0")
Scala SBT
libraryDependencies += "org.eclipse.dirigible" % "dirigible-application" % "10.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.dirigible', module='dirigible-application', version='10.3.0')
)
Apache Ivy
<dependency org="org.eclipse.dirigible" name="dirigible-application" rev="10.3.0" />
Leiningen
[org.eclipse.dirigible/dirigible-application "10.3.0"]
Apache Buildr
'org.eclipse.dirigible:dirigible-application:jar:10.3.0'
Dependencies
<parent>
  <groupId>org.eclipse.dirigible</groupId>
  <artifactId>dirigible-build-parent</artifactId>
  <version>10.3.0</version>
</parent>

compile

|-- org.slf4j:slf4j-api

|-- 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.boot:spring-boot-starter-actuator

|-- org.springframework.security:spring-security-web

|-- com.fasterxml.jackson.datatype:jackson-datatype-joda

|-- com.h2database:h2

|-- org.webjars:webjars-locator

|-- com.codbex.olingo:olingo-odata2-lib

|-- org.eclipse.dirigible:dirigible-components-group-core

|-- org.eclipse.dirigible:dirigible-components-security-basic

|-- org.eclipse.dirigible:dirigible-components-security-keycloak

|-- org.eclipse.dirigible:dirigible-components-security-oauth2

|-- org.eclipse.dirigible:dirigible-components-group-database

|-- org.eclipse.dirigible:dirigible-components-group-engines

|-- org.eclipse.dirigible:dirigible-components-group-ide

|-- org.eclipse.dirigible:dirigible-components-group-api

|-- org.eclipse.dirigible:dirigible-components-group-resources

|-- org.eclipse.dirigible:dirigible-components-group-templates

|-- org.eclipse.dirigible:dirigible-components-test-project

|-- org.postgresql:postgresql

|-- org.eclipse.dirigible:dirigible-database-mongodb-jdbc

|-- net.snowflake:snowflake-jdbc

|-- com.mysql:mysql-connector-j

runtime

|-- org.springframework.boot:spring-boot-devtools

test

|-- org.springframework.boot:spring-boot-starter-test

|-- org.springframework.security:spring-security-test