| License |
License |
|---|---|
| GroupId | GroupIdio.github.cegredev |
| ArtifactId | ArtifactIdsmartfiles |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSmartfiles
A Java framework for working with files and dynamic data
|
| Filename | Size |
|---|---|
| smartfiles-0.0.1.pom | |
| smartfiles-0.0.1.jar | 39 KB |
| smartfiles-0.0.1-sources.jar | 39 KB |
| smartfiles-0.0.1-javadoc.jar | 307 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.cegredev/smartfiles/ -->
<dependency>
<groupId>io.github.cegredev</groupId>
<artifactId>smartfiles</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cegredev/smartfiles/
implementation 'io.github.cegredev:smartfiles:0.0.1'
// https://jarcasting.com/artifacts/io.github.cegredev/smartfiles/
implementation ("io.github.cegredev:smartfiles:0.0.1")
'io.github.cegredev:smartfiles:jar:0.0.1'
<dependency org="io.github.cegredev" name="smartfiles" rev="0.0.1">
<artifact name="smartfiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cegredev', module='smartfiles', version='0.0.1')
)
libraryDependencies += "io.github.cegredev" % "smartfiles" % "0.0.1"
[io.github.cegredev/smartfiles "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.6 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |