is not current version
Last Version 0.0.3

com.github.fracpete:java-utils 0.0.2

Python-inspired utility functions and classes for Java.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.fracpete
ArtifactId

ArtifactId

java-utils
Version

Version

0.0.2
Type

Type

jar

Download java-utils 0.0.2


<!-- https://jarcasting.com/artifacts/com.github.fracpete/java-utils/ -->
<dependency>
    <groupId>com.github.fracpete</groupId>
    <artifactId>java-utils</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/java-utils/
implementation 'com.github.fracpete:java-utils:0.0.2'
// https://jarcasting.com/artifacts/com.github.fracpete/java-utils/
implementation ("com.github.fracpete:java-utils:0.0.2")
'com.github.fracpete:java-utils:jar:0.0.2'
<dependency org="com.github.fracpete" name="java-utils" rev="0.0.2">
  <artifact name="java-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='java-utils', version='0.0.2')
)
libraryDependencies += "com.github.fracpete" % "java-utils" % "0.0.2"
[com.github.fracpete/java-utils "0.0.2"]