All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.swoval.files.Sleep Maven / Gradle / Ivy

There is a newer version: 2.1.12
Show newest version
package com.swoval.files;

class Sleep {
  static void sleep(long ms) throws InterruptedException {
    Thread.sleep(ms);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy