jar

com.fincity.nocode : kirun-java

Maven & Gradle

Jun 22, 2023
5 stars

kirun-java · Interpreter to execute the visual code based on KIRun JSON on the Java layer

Table Of Contents

Latest Version

Download com.fincity.nocode : kirun-java JAR file - Latest Versions:

All Versions

Download com.fincity.nocode : kirun-java JAR file - All Versions:

Version Vulnerabilities Size Updated
3.1.x
3.0.x
2.0.x
2.0
1.6.x
1.5.x
1.4.x
1.3.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kirun-java-3.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.fincity.nocode.kirun.engine.runtime.graph

├─ com.fincity.nocode.kirun.engine.runtime.graph.ExecutionGraph.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.graph.GraphVertex.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.graph.GraphVertexType.class - [JAR]

com.fincity.nocode.kirun.engine.util.primitive

├─ com.fincity.nocode.kirun.engine.util.primitive.PrimitiveUtil.class - [JAR]

com.fincity.nocode.kirun.engine.constant

├─ com.fincity.nocode.kirun.engine.constant.KIRunConstants.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.validator.reactive

├─ com.fincity.nocode.kirun.engine.json.schema.validator.reactive.ReactiveAnyOfAllOfOneOfValidator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.reactive.ReactiveArrayValidator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.reactive.ReactiveObjectValidator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.reactive.ReactiveSchemaValidator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.reactive.ReactiveTypeValidator.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.reactive

├─ com.fincity.nocode.kirun.engine.runtime.reactive.ReactiveFunctionExecutionParameters.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.reactive.ReactiveKIRuntime.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.expression.exception

├─ com.fincity.nocode.kirun.engine.runtime.expression.exception.ExpressionEvaluationException.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.expression.operators.unary

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.unary.ArithmeticUnaryMinusOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.unary.ArithmeticUnaryPlusOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.unary.BitwiseComplementOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.unary.LogicalNotOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.unary.UnaryOperator.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.validator.exception

├─ com.fincity.nocode.kirun.engine.json.schema.validator.exception.SchemaReferenceException.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.exception.SchemaValidationException.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.expression.operators.ternary

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.ternary.ConditionalTernaryOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.ternary.TernaryOperator.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema

├─ com.fincity.nocode.kirun.engine.json.schema.Schema.class - [JAR]

com.fincity.nocode.kirun.engine.json

├─ com.fincity.nocode.kirun.engine.json.JsonExpression.class - [JAR]

com.fincity.nocode.kirun.engine.reactive

├─ com.fincity.nocode.kirun.engine.reactive.ReactiveHybridRepository.class - [JAR]

├─ com.fincity.nocode.kirun.engine.reactive.ReactiveRepository.class - [JAR]

com.fincity.nocode.kirun.engine.namespaces

├─ com.fincity.nocode.kirun.engine.namespaces.Namespaces.class - [JAR]

com.fincity.nocode.kirun.engine.util.string

├─ com.fincity.nocode.kirun.engine.util.string.StringFormatter.class - [JAR]

├─ com.fincity.nocode.kirun.engine.util.string.StringUtil.class - [JAR]

com.fincity.nocode.kirun.engine.function.system

├─ com.fincity.nocode.kirun.engine.function.system.AbstractUnaryFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.GenerateEvent.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.If.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.Print.class - [JAR]

com.fincity.nocode.kirun.engine.repository.reactive

├─ com.fincity.nocode.kirun.engine.repository.reactive.KIRunReactiveFunctionRepository.class - [JAR]

├─ com.fincity.nocode.kirun.engine.repository.reactive.KIRunReactiveSchemaRepository.class - [JAR]

├─ com.fincity.nocode.kirun.engine.repository.reactive.PackageScanningFunctionRepository.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.tokenextractors

├─ com.fincity.nocode.kirun.engine.runtime.tokenextractors.ArgumentsTokenValueExtractor.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.tokenextractors.ContextTokenValueExtractor.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.tokenextractors.OutputMapTokenValueExtractor.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.expression.operators.binary

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.ArithmeticAdditionOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.ArithmeticDivisionOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.ArithmeticModulusOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.ArithmeticMultiplicationOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.ArithmeticSubtractionOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.ArrayOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.BinaryOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.BitwiseAndOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.BitwiseLeftShiftOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.BitwiseOrOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.BitwiseRightShiftOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.BitwiseUnsignedRightShiftOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.BitwiseXorOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalAndOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalEqualOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalGreaterThanEqualOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalGreaterThanOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalLessThanEqualOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalLessThanOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalNotEqualOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalNullishCoalescingOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.LogicalOrOperator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.operators.binary.ObjectOperator.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.object

├─ com.fincity.nocode.kirun.engine.json.schema.object.AdditionalType.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.validator

├─ com.fincity.nocode.kirun.engine.json.schema.validator.BooleanValidator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.NullValidator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.NumberValidator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.validator.StringValidator.class - [JAR]

com.fincity.nocode.kirun.engine.util.stream

├─ com.fincity.nocode.kirun.engine.util.stream.ArrayUtil.class - [JAR]

├─ com.fincity.nocode.kirun.engine.util.stream.StreamUtil.class - [JAR]

├─ com.fincity.nocode.kirun.engine.util.stream.TriFunction.class - [JAR]

com.fincity.nocode.kirun.engine.function.system.loop

├─ com.fincity.nocode.kirun.engine.function.system.loop.Break.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.loop.CountLoop.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.loop.ForEachLoop.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.loop.RangeLoop.class - [JAR]

com.fincity.nocode.kirun.engine.function.system.object

├─ com.fincity.nocode.kirun.engine.function.system.object.AbstractObjectFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.object.ObjectDeleteKey.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.object.ObjectEntries.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.object.ObjectKeys.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.object.ObjectPutValue.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.object.ObjectValues.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.array

├─ com.fincity.nocode.kirun.engine.json.schema.array.ArraySchemaType.class - [JAR]

com.fincity.nocode.kirun.engine.function.system.string

├─ com.fincity.nocode.kirun.engine.function.system.string.AbstractBinaryStringFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.AbstractTertiaryStringFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.Concatenate.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.DeleteForGivenLength.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.Frequency.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.InsertAtGivenPosition.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.PostPad.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.PrePad.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.RegionMatches.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.ReplaceAtGivenPosition.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.Reverse.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.Split.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.StringFunctionRepository.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.ToString.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.string.TrimTo.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.expression

├─ com.fincity.nocode.kirun.engine.runtime.expression.Expression.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.ExpressionEvaluator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.ExpressionInternalValueExtractor.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.ExpressionToken.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.ExpressionTokenValue.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.Operation.class - [JAR]

com.fincity.nocode.kirun.engine.util.arguments

├─ com.fincity.nocode.kirun.engine.util.arguments.ReactiveArgumentsValidationUtil.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.string

├─ com.fincity.nocode.kirun.engine.json.schema.string.StringFormat.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.string.StringSchema.class - [JAR]

com.fincity.nocode.kirun.engine.runtime

├─ com.fincity.nocode.kirun.engine.runtime.ContextElement.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.StatementExecution.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.StatementMessage.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.StatementMessageType.class - [JAR]

com.fincity.nocode.kirun.engine.function.system.context

├─ com.fincity.nocode.kirun.engine.function.system.context.Create.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.context.Get.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.context.Set.class - [JAR]

com.fincity.nocode.kirun.engine.runtime.expression.tokenextractor

├─ com.fincity.nocode.kirun.engine.runtime.expression.tokenextractor.LiteralTokenValueExtractor.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.tokenextractor.ObjectValueSetterExtractor.class - [JAR]

├─ com.fincity.nocode.kirun.engine.runtime.expression.tokenextractor.TokenValueExtractor.class - [JAR]

com.fincity.nocode.kirun.engine.function.reactive

├─ com.fincity.nocode.kirun.engine.function.reactive.AbstractReactiveFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.reactive.ReactiveFunction.class - [JAR]

com.fincity.nocode.kirun.engine.model

├─ com.fincity.nocode.kirun.engine.model.AbstractStatement.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.Argument.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.Event.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.EventResult.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.FunctionDefinition.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.FunctionOutput.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.FunctionOutputGenerator.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.FunctionSignature.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.Parameter.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.ParameterReference.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.ParameterReferenceType.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.ParameterType.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.Position.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.Statement.class - [JAR]

├─ com.fincity.nocode.kirun.engine.model.StatementGroup.class - [JAR]

com.fincity.nocode.kirun.engine.function.system.math

├─ com.fincity.nocode.kirun.engine.function.system.math.AbstractBinaryMathFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.AbstractRandom.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.AbstractUnaryMathFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.Add.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.Hypotenuse.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.MathFunctionRepository.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.Maximum.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.Minimum.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.RandomFloat.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.RandomInt.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.math.RandomRepository.class - [JAR]

com.fincity.nocode.kirun.engine.function.system.array

├─ com.fincity.nocode.kirun.engine.function.system.array.AbstractArrayFunction.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.AddFirst.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.ArrayToArrayOfObjects.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.ArrayToObject.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.BinarySearch.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Compare.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Concatenate.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Copy.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Delete.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.DeleteFirst.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.DeleteFrom.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.DeleteLast.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Disjoint.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Equals.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Fill.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Frequency.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.IndexOf.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.IndexOfArray.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Insert.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.InsertLast.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.LastIndexOf.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.LastIndexOfArray.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Max.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Min.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.MisMatch.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.RemoveDuplicates.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Reverse.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Rotate.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Shuffle.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.Sort.class - [JAR]

├─ com.fincity.nocode.kirun.engine.function.system.array.SubArray.class - [JAR]

com.fincity.nocode.kirun.engine.exception

├─ com.fincity.nocode.kirun.engine.exception.ExecutionException.class - [JAR]

├─ com.fincity.nocode.kirun.engine.exception.KIRuntimeException.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.type

├─ com.fincity.nocode.kirun.engine.json.schema.type.MultipleType.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.type.SchemaType.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.type.SingleType.class - [JAR]

├─ com.fincity.nocode.kirun.engine.json.schema.type.Type.class - [JAR]

com.fincity.nocode.kirun.engine.json.schema.reactive

├─ com.fincity.nocode.kirun.engine.json.schema.reactive.ReactiveSchemaUtil.class - [JAR]