o

org.openl.rules.webstudio

OpenL WebStudio
https://openl-tablets.org
OpenL Tablets
Files download
File Operation
org.openl.rules.webstudio-5.26.9.jar download
org.openl.rules.webstudio-5.26.9.pom download
org.openl.rules.webstudio-5.26.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openl.rules</groupId>
  <artifactId>org.openl.rules.webstudio</artifactId>
  <version>5.26.9</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.openl.rules:org.openl.rules.webstudio:5.26.9'
Gradle Kotlin
implementation("org.openl.rules:org.openl.rules.webstudio:5.26.9")
Scala SBT
libraryDependencies += "org.openl.rules" % "org.openl.rules.webstudio" % "5.26.9"
Groovy Grape
@Grapes(
  @Grab(group='org.openl.rules', module='org.openl.rules.webstudio', version='5.26.9')
)
Apache Ivy
<dependency org="org.openl.rules" name="org.openl.rules.webstudio" rev="5.26.9" />
Leiningen
[org.openl.rules/org.openl.rules.webstudio "5.26.9"]
Apache Buildr
'org.openl.rules:org.openl.rules.webstudio:jar:5.26.9'
Dependencies
<parent>
  <groupId>org.openl.rules</groupId>
  <artifactId>org.openl.rules.studio-pom</artifactId>
  <version>5.26.9</version>
</parent>

compile

|-- javax.servlet:javax.servlet-api

|-- org.hibernate.validator:hibernate-validator

|-- com.github.albfernandez.richfaces:richfaces

|-- org.springframework:spring-core

|-- org.springframework:spring-beans

|-- org.springframework:spring-context

|-- org.springframework:spring-context-support

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

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

|-- org.springframework:spring-web

|-- org.springframework:spring-webmvc

|-- org.openl.rules:org.openl.security.acl

|-- javax.servlet:jstl

|-- javax.el:javax.el-api

|-- org.glassfish:javax.el

|-- org.apache.poi:poi-ooxml-full

|-- org.apache.poi:poi-ooxml

|-- com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider

|-- org.jgrapht:jgrapht-core

|-- com.microsoft.sqlserver:mssql-jdbc

|-- com.h2database:h2

|-- commons-io:commons-io

|-- org.reactivestreams:reactive-streams

|-- com.sun.mail:jakarta.mail

|-- org.openl.rules:openl-yaml

|-- org.openl.rules:org.openl.rules.spring.openapi

|-- org.openl.rules:org.openl.rules.tableeditor

|-- org.openl.rules:org.openl.security.standalone

|-- org.openl.rules:org.openl.security.saml

|-- org.openl.rules:org.openl.security.oauth2

|-- org.openl.rules:org.openl.security.cas

|-- org.openl.rules:org.openl.rules.repository

|-- org.openl.rules:org.openl.rules.repository.aws

|-- org.openl.rules:org.openl.rules.repository.git

|-- org.openl.rules:org.openl.rules.repository.azure

|-- org.openl.rules:org.openl.rules.workspace

|-- org.openl.rules:org.openl.rules.project

|-- org.openl.rules:org.openl.rules.jackson

|-- org.openl.rules:org.openl.rules.calculation.result

|-- org.openl.rules:org.openl.rules.demo

|-- org.openl.rules:org.openl.rules.project.validation.openapi

|-- org.openl.rules:org.openl.rules.project.openapi

|-- org.openl.rules:org.openl.rules.diff

|-- org.openl.rules:openl-openapi-parser

|-- org.openl.rules:org.openl.rules.webstudio.web

|-- org.openl.rules:openl-excel-builder

|-- org.openl:org.openl.spring

provided

|-- jakarta.activation:jakarta.activation-api

runtime

|-- javax.websocket:javax.websocket-api

|-- org.apache.logging.log4j:log4j-slf4j-impl

test

|-- org.springframework:spring-test

|-- org.mockito:mockito-core

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

|-- net.ttddyy:datasource-proxy

|-- com.icegreen:greenmail-junit4