jar

com.github.nkb03 : kref

Maven & Gradle

Mar 14, 2020
2 usages
0 stars

kref · An FRP library for Kotlin

Table Of Contents

Latest Version

Download com.github.nkb03 : kref JAR file - Latest Versions:

All Versions

Download com.github.nkb03 : kref JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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 kref-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.nikok.kref

├─ org.nikok.kref.APIKt.class - [JAR]

├─ org.nikok.kref.ForcedRef.class - [JAR]

├─ org.nikok.kref.MutableRef.class - [JAR]

├─ org.nikok.kref.MutableRefWrapper.class - [JAR]

├─ org.nikok.kref.Ref.class - [JAR]

├─ org.nikok.kref.RefType.class - [JAR]

├─ org.nikok.kref.RefWrapper.class - [JAR]

org.nikok.kref.impl

├─ org.nikok.kref.impl.Cache.class - [JAR]

├─ org.nikok.kref.impl.MutableSoftRef.class - [JAR]

├─ org.nikok.kref.impl.MutableStrongRef.class - [JAR]

├─ org.nikok.kref.impl.MutableWeakRef.class - [JAR]

├─ org.nikok.kref.impl.NullRef.class - [JAR]

├─ org.nikok.kref.impl.SoftRef.class - [JAR]

├─ org.nikok.kref.impl.StrongRef.class - [JAR]

├─ org.nikok.kref.impl.WeakRef.class - [JAR]

Advertisement