| License |
License |
|---|---|
| GroupId | GroupIdcom.github.matejtymes |
| ArtifactId | ArtifactIdjavafixes |
| Last Version | Last Version1.3.7.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Fixes
Things I would like to have in Java by default
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| javafixes-1.3.7.1.pom | |
| javafixes-1.3.7.1.jar | 55 KB |
| javafixes-1.3.7.1-sources.jar | 33 KB |
| javafixes-1.3.7.1-javadoc.jar | 135 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.matejtymes/javafixes/ -->
<dependency>
<groupId>com.github.matejtymes</groupId>
<artifactId>javafixes</artifactId>
<version>1.3.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.matejtymes/javafixes/
implementation 'com.github.matejtymes:javafixes:1.3.7.1'
// https://jarcasting.com/artifacts/com.github.matejtymes/javafixes/
implementation ("com.github.matejtymes:javafixes:1.3.7.1")
'com.github.matejtymes:javafixes:jar:1.3.7.1'
<dependency org="com.github.matejtymes" name="javafixes" rev="1.3.7.1">
<artifact name="javafixes" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.matejtymes', module='javafixes', version='1.3.7.1')
)
libraryDependencies += "com.github.matejtymes" % "javafixes" % "1.3.7.1"
[com.github.matejtymes/javafixes "1.3.7.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.4 |
| org.slf4j : slf4j-api | jar | 1.7.21 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| ch.qos.logback : logback-classic | jar | 1.1.7 |
| com.google.guava : guava | jar | 27.0-jre |
| org.mockito : mockito-all | jar | 1.10.19 |
| commons-io : commons-io | jar | 2.6 |