
ikato.thirdparty.ijava.1.3.0.source-code.ijava-jshell-init.jshell Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ijava Show documentation
Show all versions of ijava Show documentation
Third-party Maven release of IJava.
The newest version!
import java.util.*;
import java.io.*;
import java.math.*;
import java.net.*;
import java.util.concurrent.*;
import java.util.prefs.*;
import java.util.regex.*;
import static io.github.spencerpark.ijava.runtime.Display.*;
import static io.github.spencerpark.ijava.runtime.Kernel.*;
import static io.github.spencerpark.ijava.runtime.Magics.*;
public void printf(String format, Object... args) {
System.out.printf(format, args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy