is not current version
Last Version 1.17.12

com.avsystem.scex:scex-core 1.17.3

Extensible, fast and secure Scala expression evaluation engine

GroupId

GroupId

com.avsystem.scex
ArtifactId

ArtifactId

scex-core
Version

Version

1.17.3
Type

Type

jar

Download scex-core 1.17.3


<!-- https://jarcasting.com/artifacts/com.avsystem.scex/scex-core/ -->
<dependency>
    <groupId>com.avsystem.scex</groupId>
    <artifactId>scex-core</artifactId>
    <version>1.17.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.avsystem.scex/scex-core/
implementation 'com.avsystem.scex:scex-core:1.17.3'
// https://jarcasting.com/artifacts/com.avsystem.scex/scex-core/
implementation ("com.avsystem.scex:scex-core:1.17.3")
'com.avsystem.scex:scex-core:jar:1.17.3'
<dependency org="com.avsystem.scex" name="scex-core" rev="1.17.3">
  <artifact name="scex-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.avsystem.scex', module='scex-core', version='1.17.3')
)
libraryDependencies += "com.avsystem.scex" % "scex-core" % "1.17.3"
[com.avsystem.scex/scex-core "1.17.3"]