All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download scex-core_2.13.3 JAR 1.22.11 with all dependencies


Extensible, fast and secure Scala expression evaluation engine

Files of the artifact scex-core_2.13.3 version 1.22.11 from the group com.avsystem.scex.

Artifact scex-core_2.13.3
Group com.avsystem.scex
Version 1.22.11
Last update 04. August 2020
Tags: expression extensible engine secure fast scala evaluation
Organization AVSystem
URL https://github.com/AVSystem/scex
License The MIT License
Dependencies amount 12
Dependencies scala-compiler, scala-library, scex-macros_2.13.3, scala-reflect, scala-parser-combinators_2.13, scala-collection-compat_2.13, commons-core_2.13, slf4j-api, logback-core, logback-classic, commons-codec, guava,
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of scex-core_2.13.3 Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of scex-core_2.13.3 version 1.22.11

META-INF
META-INF.META-INF.MANIFEST.MF
com.avsystem.scex
com.avsystem.scex.com.avsystem.scex.EvaluationException.scala
com.avsystem.scex.com.avsystem.scex.Expression.scala
com.avsystem.scex.com.avsystem.scex.ExpressionContext.scala
com.avsystem.scex.com.avsystem.scex.ExpressionDebugInfo.scala
com.avsystem.scex.com.avsystem.scex.ExpressionProfile.scala
com.avsystem.scex.com.avsystem.scex.NamedSource.scala
com.avsystem.scex.com.avsystem.scex.Setter.scala
com.avsystem.scex.com.avsystem.scex.Type.scala
com.avsystem.scex.compiler
com.avsystem.scex.compiler.com.avsystem.scex.compiler.CachingScexCompiler.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ClassfileReusingScexCompiler.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.CodeGeneration.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ContextTypeInfo.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.DefaultScexCompiler.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ExpressionDef.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ExpressionMacroProcessor.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ExpressionSourceFile.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ExpressionTreeAttachment.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.JavaTypeParsing.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.Markers.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ReporterBase.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ScexCompiler.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ScexGlobal.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ScexSettings.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.ScexSourceFile.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.SourceInfo.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.SymbolErasures.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.TemplateInterpolations.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.TemplateOptimizingScexCompiler.scala
com.avsystem.scex.compiler.com.avsystem.scex.compiler.WeakReferenceWrappingScexCompiler.scala
com.avsystem.scex.compiler.annotation
com.avsystem.scex.compiler.annotation.com.avsystem.scex.compiler.annotation.Input.scala
com.avsystem.scex.compiler.annotation.com.avsystem.scex.compiler.annotation.NotValidated.scala
com.avsystem.scex.compiler.annotation.com.avsystem.scex.compiler.annotation.RootAdapter.scala
com.avsystem.scex.compiler.annotation.com.avsystem.scex.compiler.annotation.RootValue.scala
com.avsystem.scex.compiler.presentation
com.avsystem.scex.compiler.presentation.com.avsystem.scex.compiler.presentation.CachingScexPresentationCompiler.scala
com.avsystem.scex.compiler.presentation.com.avsystem.scex.compiler.presentation.IGlobal.scala
com.avsystem.scex.compiler.presentation.com.avsystem.scex.compiler.presentation.ScexPresentationCompiler.scala
com.avsystem.scex.compiler.presentation.ast
com.avsystem.scex.compiler.presentation.ast.com.avsystem.scex.compiler.presentation.ast.Attachments.scala
com.avsystem.scex.compiler.presentation.ast.com.avsystem.scex.compiler.presentation.ast.Flags.scala
com.avsystem.scex.compiler.presentation.ast.com.avsystem.scex.compiler.presentation.ast.Modifiers.scala
com.avsystem.scex.compiler.presentation.ast.com.avsystem.scex.compiler.presentation.ast.Name.scala
com.avsystem.scex.compiler.presentation.ast.com.avsystem.scex.compiler.presentation.ast.PrettyPrint.scala
com.avsystem.scex.compiler.presentation.ast.com.avsystem.scex.compiler.presentation.ast.Translator.scala
com.avsystem.scex.compiler.presentation.ast.com.avsystem.scex.compiler.presentation.ast.Tree.scala
com.avsystem.scex.compiler.xmlfriendly
com.avsystem.scex.compiler.xmlfriendly.com.avsystem.scex.compiler.xmlfriendly.XmlFriendlyScexCompiler.scala
com.avsystem.scex.compiler.xmlfriendly.com.avsystem.scex.compiler.xmlfriendly.XmlFriendlyTranslator.scala
com.avsystem.scex.japi
com.avsystem.scex.japi.com.avsystem.scex.japi.DefaultJavaScexCompiler.scala
com.avsystem.scex.japi.com.avsystem.scex.japi.JavaExpressionContext.scala
com.avsystem.scex.japi.com.avsystem.scex.japi.JavaScexCompiler.scala
com.avsystem.scex.japi.com.avsystem.scex.japi.ScalaTypeTokens.scala
com.avsystem.scex.japi.com.avsystem.scex.japi.XmlFriendlyJavaScexCompiler.scala
com.avsystem.scex.parsing
com.avsystem.scex.parsing.com.avsystem.scex.parsing.PString.scala
com.avsystem.scex.parsing.com.avsystem.scex.parsing.PositionMapping.scala
com.avsystem.scex.parsing.com.avsystem.scex.parsing.PositionTrackingParsers.scala
com.avsystem.scex.parsing.com.avsystem.scex.parsing.ScalaParsingCommons.scala
com.avsystem.scex.parsing.com.avsystem.scex.parsing.TemplateParser.scala
com.avsystem.scex.presentation
com.avsystem.scex.presentation.com.avsystem.scex.presentation.Attributes.scala
com.avsystem.scex.presentation.com.avsystem.scex.presentation.SymbolAttributes.scala
com.avsystem.scex.presentation.annotation
com.avsystem.scex.presentation.annotation.com.avsystem.scex.presentation.annotation.Documentation
com.avsystem.scex.presentation.annotation.com.avsystem.scex.presentation.annotation.ParameterNames
com.avsystem.scex.symboldsl
com.avsystem.scex.symboldsl.com.avsystem.scex.symboldsl.SymbolDsl.scala
com.avsystem.scex.symboldsl.com.avsystem.scex.symboldsl.SymbolInfo.scala
com.avsystem.scex.symboldsl.com.avsystem.scex.symboldsl.SymbolInfoList.scala
com.avsystem.scex.symboldsl.com.avsystem.scex.symboldsl.TreeInfo.scala
com.avsystem.scex.symboldsl.com.avsystem.scex.symboldsl.TypeInfo.scala
com.avsystem.scex.util
com.avsystem.scex.util.com.avsystem.scex.util.CacheImplicits.scala
com.avsystem.scex.util.com.avsystem.scex.util.CommonUtils.scala
com.avsystem.scex.util.com.avsystem.scex.util.DynamicAdapters.scala
com.avsystem.scex.util.com.avsystem.scex.util.DynamicVariableAccessor.scala
com.avsystem.scex.util.com.avsystem.scex.util.Fluent.scala
com.avsystem.scex.util.com.avsystem.scex.util.Literal.scala
com.avsystem.scex.util.com.avsystem.scex.util.LoggingUtils.scala
com.avsystem.scex.util.com.avsystem.scex.util.NamingThreadFactory.scala
com.avsystem.scex.util.com.avsystem.scex.util.PredefinedAccessSpecs.scala
com.avsystem.scex.util.com.avsystem.scex.util.SimpleContext.scala
com.avsystem.scex.util.com.avsystem.scex.util.TypesafeEquals.scala
com.avsystem.scex.validation
com.avsystem.scex.validation.com.avsystem.scex.validation.SymbolValidator.scala
com.avsystem.scex.validation.com.avsystem.scex.validation.SyntaxValidator.scala
com.avsystem.scex.validation.com.avsystem.scex.validation.ValidationContext.scala




© 2015 - 2024 Weber Informatics LLC | Privacy Policy