is not current version
Last Version 1.3.7.1

com.github.matejtymes:javafixes 1.3.6.1

Things I would like to have in Java by default

GroupId

GroupId

com.github.matejtymes
ArtifactId

ArtifactId

javafixes
Version

Version

1.3.6.1
Type

Type

jar

Download javafixes 1.3.6.1


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