License |
License |
---|---|
GroupId | GroupIdcom.avsystem.scex |
ArtifactId | ArtifactIdscex-core_2.13.5 |
Last Version | Last Version1.22.23 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSCEX
Extensible, fast and secure Scala expression evaluation engine
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scex-core_2.13.5-1.22.23.pom | |
scex-core_2.13.5-1.22.23.jar | 1022 KB |
scex-core_2.13.5-1.22.23-sources.jar | 86 KB |
scex-core_2.13.5-1.22.23-javadoc.jar | 207 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.avsystem.scex/scex-core_2.13.5/ -->
<dependency>
<groupId>com.avsystem.scex</groupId>
<artifactId>scex-core_2.13.5</artifactId>
<version>1.22.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.scex/scex-core_2.13.5/
implementation 'com.avsystem.scex:scex-core_2.13.5:1.22.23'
// https://jarcasting.com/artifacts/com.avsystem.scex/scex-core_2.13.5/
implementation ("com.avsystem.scex:scex-core_2.13.5:1.22.23")
'com.avsystem.scex:scex-core_2.13.5:jar:1.22.23'
<dependency org="com.avsystem.scex" name="scex-core_2.13.5" rev="1.22.23">
<artifact name="scex-core_2.13.5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.scex', module='scex-core_2.13.5', version='1.22.23')
)
libraryDependencies += "com.avsystem.scex" % "scex-core_2.13.5" % "1.22.23"
[com.avsystem.scex/scex-core_2.13.5 "1.22.23"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-compiler | jar | 2.13.5 |
org.scala-lang : scala-library | jar | 2.13.5 |
com.avsystem.scex : scex-macros_2.13.5 | jar | 1.22.23 |
org.scala-lang : scala-reflect | jar | 2.13.5 |
org.scala-lang.modules : scala-parser-combinators_2.13 | jar | 1.1.2 |
org.scala-lang.modules : scala-collection-compat_2.13 | jar | 2.5.0 |
com.avsystem.commons : commons-core_2.13 | jar | 2.3.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
commons-codec : commons-codec | jar | 1.14 |
com.google.guava : guava | jar | 23.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.scalatest : scalatest_2.13 | jar | 3.0.8 |