| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wslf |
| ArtifactId | ArtifactIdUtils |
| Last Version | Last Version1.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUtils
Project consist from few useful classes that simplifying routine tasks (reading/writing files, reading from web, extracting JSON)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| Utils-1.1.2.pom | |
| Utils-1.1.2.jar | 12 KB |
| Utils-1.1.2-sources.jar | 6 KB |
| Utils-1.1.2-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wslf/Utils/ -->
<dependency>
<groupId>com.github.wslf</groupId>
<artifactId>Utils</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wslf/Utils/
implementation 'com.github.wslf:Utils:1.1.2'
// https://jarcasting.com/artifacts/com.github.wslf/Utils/
implementation ("com.github.wslf:Utils:1.1.2")
'com.github.wslf:Utils:jar:1.1.2'
<dependency org="com.github.wslf" name="Utils" rev="1.1.2">
<artifact name="Utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wslf', module='Utils', version='1.1.2')
)
libraryDependencies += "com.github.wslf" % "Utils" % "1.1.2"
[com.github.wslf/Utils "1.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.json : json | jar | 20160810 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-core | jar | 1.3 |