License |
License |
---|---|
GroupId | GroupIdcom.avsystem.scex |
ArtifactId | ArtifactIdscex-core |
Version | Version1.17.12 |
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-1.17.12.pom | |
scex-core-1.17.12.jar | 1 MB |
scex-core-1.17.12-sources.jar | 85 KB |
scex-core-1.17.12-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.avsystem.scex/scex-core/ -->
<dependency>
<groupId>com.avsystem.scex</groupId>
<artifactId>scex-core</artifactId>
<version>1.17.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.scex/scex-core/
implementation 'com.avsystem.scex:scex-core:1.17.12'
// https://jarcasting.com/artifacts/com.avsystem.scex/scex-core/
implementation ("com.avsystem.scex:scex-core:1.17.12")
'com.avsystem.scex:scex-core:jar:1.17.12'
<dependency org="com.avsystem.scex" name="scex-core" rev="1.17.12">
<artifact name="scex-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.scex', module='scex-core', version='1.17.12')
)
libraryDependencies += "com.avsystem.scex" % "scex-core" % "1.17.12"
[com.avsystem.scex/scex-core "1.17.12"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-compiler | jar | 2.11.8 |
org.scala-lang : scala-library | jar | 2.11.8 |
com.avsystem.scex : scex-macros | jar | 1.17.12 |
com.github.ghik : silencer-lib_2.11 | jar | 0.5 |
org.scala-lang : scala-reflect | jar | 2.11.8 |
com.avsystem.commons : commons-core_2.11 | jar | 1.19.3 |
org.slf4j : slf4j-api | jar | 1.6.4 |
ch.qos.logback : logback-core | jar | 1.0.6 |
ch.qos.logback : logback-classic | jar | 1.0.6 |
commons-codec : commons-codec | jar | 1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.scalatest : scalatest_2.11 | jar | 2.1.3 |