| License |
License |
|---|---|
| GroupId | GroupIdcom.wybusy |
| ArtifactId | ArtifactIdEasyFile |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEasyFile
Utils written in Java
|
| Filename | Size |
|---|---|
| EasyFile-1.0.1.pom | |
| EasyFile-1.0.1.jar | 6 KB |
| EasyFile-1.0.1-sources.jar | 5 KB |
| EasyFile-1.0.1-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wybusy/EasyFile/ -->
<dependency>
<groupId>com.wybusy</groupId>
<artifactId>EasyFile</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wybusy/EasyFile/
implementation 'com.wybusy:EasyFile:1.0.1'
// https://jarcasting.com/artifacts/com.wybusy/EasyFile/
implementation ("com.wybusy:EasyFile:1.0.1")
'com.wybusy:EasyFile:jar:1.0.1'
<dependency org="com.wybusy" name="EasyFile" rev="1.0.1">
<artifact name="EasyFile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wybusy', module='EasyFile', version='1.0.1')
)
libraryDependencies += "com.wybusy" % "EasyFile" % "1.0.1"
[com.wybusy/EasyFile "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |