jar

com.github.pm-dev : kremlin

Maven & Gradle

Apr 30, 2018
31 stars

Kremlin · An Object Graph Mapping Library for Kotlin and Gremlin

Table Of Contents

Latest Version

Download com.github.pm-dev : kremlin JAR file - Latest Versions:

All Versions

Download com.github.pm-dev : kremlin JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.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 kremlin-0.9.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.tinkerpop.gremlin.ogm.annotations

├─ org.apache.tinkerpop.gremlin.ogm.annotations.ID.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.annotations.InVertex.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.annotations.Mapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.annotations.OutVertex.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.annotations.Property.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.annotations.Vertex.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.paths.steps

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.Dedup.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.DedupKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.EdgeStep.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.EdgeStepKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.Filter.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.FilterKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.FilterMap.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.FilterMapKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.FlatMap.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.FlatMapKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.LinkedPath.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.LinkedPathKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.Map.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.MapKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.SliceKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.SliceStep.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.SortKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.SortStep.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.Step.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.steps.StepTraverser.class - [JAR]

org.apache.tinkerpop.gremlin.ogm

├─ org.apache.tinkerpop.gremlin.ogm.GraphMapper.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.extensions

├─ org.apache.tinkerpop.gremlin.ogm.extensions.ElementsKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.extensions.MutableMapsKt.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.reflection

├─ org.apache.tinkerpop.gremlin.ogm.reflection.BuiltObjectDescription.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.reflection.DescriptionBuilderKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.reflection.EdgeDescription.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.reflection.ElementDescription.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.reflection.ObjectDescription.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.reflection.ObjectDescriptionType.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.reflection.PropertyDescription.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.reflection.VertexDescription.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.BooleanPropertyMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.BytePropertyMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.DoublePropertyManager.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.FloatPropertyMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.IdentityPropertyMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.IntegerPropertyMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.LongPropertyMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.identity.StringPropertyMapper.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.mappers

├─ org.apache.tinkerpop.gremlin.ogm.mappers.BiMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.EnumBiMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.Mapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.PropertyBiMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.SerializedPropertyKt.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.paths.bound

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundPath.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundPathToMany.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundPathToOptional.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundPathToSingle.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundPath_AddKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundRelationship.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundRelationshipToMany.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundRelationshipToOptional.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundRelationshipToSingle.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.BoundRelationship_InKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.From_OutKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.Path_FromKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.SingleBoundPath.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.SingleBoundPathToMany.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.SingleBoundPathToOptional.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.SingleBoundPathToSingle.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.SingleBoundRelationshipToMany.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.SingleBoundRelationshipToOptional.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.bound.SingleBoundRelationshipToSingle.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.paths.relationships

├─ org.apache.tinkerpop.gremlin.ogm.paths.relationships.BaseEdge.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.relationships.Connection.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.relationships.Connection_LinkKt.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.relationships.Link.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.paths.relationships.Relationship.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.paths

├─ org.apache.tinkerpop.gremlin.ogm.paths.Path.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.exceptions

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.AnnotationException.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.AnnotationType.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ClassInheritanceMismatch.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ClassifierUnavailable.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ClientException.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ConflictingAnnotations.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ConflictingEdge.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.DuplicateID.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.DuplicateInVertex.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.DuplicateOutVertex.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.DuplicatePropertyName.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.EmptyListTokenIsReserved.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.EmptyPropertyName.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.IDParameterMissing.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.InVertexParameterMissing.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.IncompatibleIterable.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.IncompatibleMap.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.IterableNotSupported.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.LibraryException.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.MapperMissingOnType.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.MapperUnsupported.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.MissingEdge.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.NonNullableID.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.NonNullableNonOptionalParameter.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ObjectDeserializerMissing.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ObjectNotSaved.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ObjectSerializerMissing.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.OutVertexParameterMissing.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.PrimaryConstructorMissing.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.PropertyDeserializerMissing.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.PropertyMissingOnParameter.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.PropertyMissingOnProperty.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ReservedIDName.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ReservedNestedPropertyDelimiter.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.ReservedNumberKey.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.UnregisteredClass.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.UnregisteredLabel.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.exceptions.VertexNotFound.class - [JAR]

org.apache.tinkerpop.gremlin.ogm.mappers.scalar

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.InstantPropertyMapper.class - [JAR]

├─ org.apache.tinkerpop.gremlin.ogm.mappers.scalar.UUIDPropertyMapper.class - [JAR]

Advertisement