Maven Central: org.apache.commons:commons-jexl3:3.5.0
commons-jexl3
Overview
Description
Apache Commons JEXL is a library that facilitates the implementation of scripting features in applications and frameworks written in Java.
Snippets
Apache Maven Gradle sbt ivy grapeleiningen build rbld Scala CLI Mill
Copy to clipboard
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-jexl3</artifactId>
<version>3.5.0</version>
</dependency>
Maven POM File
Copy to clipboard
<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>81</version>
</parent>
<artifactId>commons-jexl3</artifactId>
<version>3.5.0</version>
<name>Apache Commons JEXL</name>
<description>Apache Commons JEXL is a library that facilitates the implementation of scripting features in applications and frameworks written in Java.</description>
<url>https://commons.apache.org/proper/commons-jexl/</url>
<inceptionYear>2001</inceptionYear>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.componentid>jexl</commons.componentid>
<commons.module.name>org.apache.commons.jexl3</commons.module.name>
<commons.site.path>jexl</commons.site.path>
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-jexl</commons.scmPubUrl>
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.release.version>3.5.0</commons.release.version>
</properties>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<defaultGoal>clean verify apache-rat:check spotbugs:check japicmp:cmp checkstyle:check javadoc:javadoc</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>@{argLine} -Xmx128m</argLine>
</configuration>
</plugin>
</plugins>
</build>
</project>
Metadata
Age
1 year ago
Licenses
- Apache-2.0
Organization
External Resources
Known Contributors
Dmitri Blinov, Henri Biestro, dIon Gillard, James Strachan, Gary Gregory, Geir Magnusson Jr., Tim O'Brien, Rahul Akolkar, Peter Royal, Sebastian Bazley.