jar

io.github.kotools : types-jvm

Maven & Gradle

Apr 03, 2023
75 stars

Kotools Types · Multiplatform library providing explicit types for Kotlin.

Table Of Contents

Latest Version

Download io.github.kotools : types-jvm JAR file - Latest Versions:

All Versions

Download io.github.kotools : types-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x
3.2.x
3.1.x
3.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 types-jvm-4.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

kotools.types.result

├─ kotools.types.result.ContextKt.class - [JAR]

├─ kotools.types.result.ResultContext.class - [JAR]

├─ kotools.types.result.ResultContextImplementation.class - [JAR]

kotools.types

├─ kotools.types.Package.class - [JAR]

├─ kotools.types.ResultKt.class - [JAR]

├─ kotools.types.SinceKotoolsTypes.class - [JAR]

kotools.types.collection

├─ kotools.types.collection.EmptyCollectionException.class - [JAR]

├─ kotools.types.collection.EmptyMapException.class - [JAR]

├─ kotools.types.collection.NotEmptyCollection.class - [JAR]

├─ kotools.types.collection.NotEmptyCollectionKt.class - [JAR]

├─ kotools.types.collection.NotEmptyList.class - [JAR]

├─ kotools.types.collection.NotEmptyListKt.class - [JAR]

├─ kotools.types.collection.NotEmptyListSerializer.class - [JAR]

├─ kotools.types.collection.NotEmptyMap.class - [JAR]

├─ kotools.types.collection.NotEmptyMapKt.class - [JAR]

├─ kotools.types.collection.NotEmptyMapSerializer.class - [JAR]

├─ kotools.types.collection.NotEmptySet.class - [JAR]

├─ kotools.types.collection.NotEmptySetKt.class - [JAR]

├─ kotools.types.collection.NotEmptySetSerializer.class - [JAR]

kotools.types.text

├─ kotools.types.text.NotBlankString.class - [JAR]

├─ kotools.types.text.NotBlankStringException.class - [JAR]

├─ kotools.types.text.NotBlankStringKt.class - [JAR]

├─ kotools.types.text.NotBlankStringSerializer.class - [JAR]

kotools.types.number

├─ kotools.types.number.AnyInt.class - [JAR]

├─ kotools.types.number.AnyIntKt.class - [JAR]

├─ kotools.types.number.AnyIntSerializer.class - [JAR]

├─ kotools.types.number.AnyIntSerializerImplementation.class - [JAR]

├─ kotools.types.number.ErrorKt.class - [JAR]

├─ kotools.types.number.NegativeInt.class - [JAR]

├─ kotools.types.number.NegativeIntKt.class - [JAR]

├─ kotools.types.number.NegativeIntSerializer.class - [JAR]

├─ kotools.types.number.NonZeroInt.class - [JAR]

├─ kotools.types.number.NonZeroIntKt.class - [JAR]

├─ kotools.types.number.NonZeroIntSerializer.class - [JAR]

├─ kotools.types.number.NumberErrorDescription.class - [JAR]

├─ kotools.types.number.PositiveInt.class - [JAR]

├─ kotools.types.number.PositiveIntKt.class - [JAR]

├─ kotools.types.number.PositiveIntSerializer.class - [JAR]

├─ kotools.types.number.StrictlyNegativeInt.class - [JAR]

├─ kotools.types.number.StrictlyNegativeIntKt.class - [JAR]

├─ kotools.types.number.StrictlyNegativeIntSerializer.class - [JAR]

├─ kotools.types.number.StrictlyPositiveInt.class - [JAR]

├─ kotools.types.number.StrictlyPositiveIntKt.class - [JAR]

├─ kotools.types.number.StrictlyPositiveIntSerializer.class - [JAR]

├─ kotools.types.number.ZeroInt.class - [JAR]

├─ kotools.types.number.ZeroIntSerializer.class - [JAR]

Advertisement