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

Download core-metadata JAR 0.11.1 with all dependencies


Multi-platform Prolog environment, in Kotlin

Files of the artifact core-metadata version 0.11.1 from the group it.unibo.tuprolog.

Test

Artifact core-metadata
Group it.unibo.tuprolog
Version 0.11.1
Last update 07. July 2020
Tags: platform prolog environment kotlin multi
Organization not specified
URL https://gitlab.com/pika-lab/tuprolog/2p-in-kotlin
License Apache 2.0
Dependencies amount 2
Dependencies kotlin-stdlib-common, kt-math-metadata,
There are maybe transitive dependencies!
There is a newer version: 0.17.4
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of core-metadata Show documentation

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

0 downloads

Source code of core-metadata version 0.11.1

META-INF
META-INF.META-INF.MANIFEST.MF
commonMain.it.unibo.tuprolog
commonMain.it.unibo.tuprolog.commonMain.it.unibo.tuprolog.Info.kt
commonMain.it.unibo.tuprolog.core
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Atom.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Clause.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.ClauseExtensions.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Collection.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Cons.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Constant.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Conversions.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Directive.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Empty.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.EmptyList.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.EmptySet.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Fact.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Formatter.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.FormatterExtensions.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Indicator.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Integer.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.List.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Numeric.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Real.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.RegexUtils.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Rule.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Scope.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Set.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Struct.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Substitution.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Term.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.TermComparator.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.TermFormatter.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.TermVisitor.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.ToTermConvertible.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Truth.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Tuple.kt
commonMain.it.unibo.tuprolog.core.commonMain.it.unibo.tuprolog.core.Var.kt
commonMain.it.unibo.tuprolog.core.exception
commonMain.it.unibo.tuprolog.core.exception.commonMain.it.unibo.tuprolog.core.exception.InvalidClauseException.kt
commonMain.it.unibo.tuprolog.core.exception.commonMain.it.unibo.tuprolog.core.exception.TuPrologException.kt
commonMain.it.unibo.tuprolog.core.impl
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.AbstractTermFormatter.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.AtomImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.ClauseImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.ConsImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.DirectiveImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.EmptyListImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.EmptySetImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.FactImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.IndicatorImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.IntegerImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.NumericImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.RealImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.RuleImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.ScopeImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.SetImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.SimpleTermFormatter.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.StructImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.TermFormatterWithPrettyExpressions.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.TermFormatterWithPrettyVariables.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.TermImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.TruthImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.TupleImpl.kt
commonMain.it.unibo.tuprolog.core.impl.commonMain.it.unibo.tuprolog.core.impl.VarImpl.kt
commonMain.it.unibo.tuprolog.core.operators
commonMain.it.unibo.tuprolog.core.operators.commonMain.it.unibo.tuprolog.core.operators.Operator.kt
commonMain.it.unibo.tuprolog.core.operators.commonMain.it.unibo.tuprolog.core.operators.OperatorSet.kt
commonMain.it.unibo.tuprolog.core.operators.commonMain.it.unibo.tuprolog.core.operators.OperatorsIndex.kt
commonMain.it.unibo.tuprolog.core.operators.commonMain.it.unibo.tuprolog.core.operators.Specifier.kt
commonMain.it.unibo.tuprolog.utils
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.Cache.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.Cached.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.Cursor.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.CursorExtensions.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.Deque.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.Indexed.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.IntIndexed.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.IterUtils.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.LongIndexed.kt
commonMain.it.unibo.tuprolog.utils.commonMain.it.unibo.tuprolog.utils.Optional.kt
commonMain.it.unibo.tuprolog.utils.impl
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.AbstractCursor.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.CachedImpl.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.ConjunctionCursor.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.EmptyCursor.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.IndexedImpl.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.IntIndexedImpl.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.LRUCache.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.LazyCursor.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.LongIndexedImpl.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.MapperCursor.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.NonLastCursor.kt
commonMain.it.unibo.tuprolog.utils.impl.commonMain.it.unibo.tuprolog.utils.impl.SimpleLRUCache.kt




© 2015 - 2024 Weber Informatics LLC | Privacy Policy