Java implementation of the places Python stdlib where it was determined to be more optimal or clean.
Read documentation at the Javadoc.
This project supports Java 1.8 and later.
Add the repository:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}Add the dependency:
dependencies {
implementation 'com.github.Gaming32:stdpy:[SEE-BELOW]'
}Add the repository:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>Add the dependency:
<dependency>
<groupId>com.github.Gaming32</groupId>
<artifactId>stdpy</artifactId>
<version>[SEE-BELOW]</version>
</dependency>