GroupId | GroupIdcom.github.springbootPlus |
---|---|
ArtifactId | ArtifactIdeasyfile |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
easyfile-1.0.0.pom | |
easyfile-1.0.0.jar | 63 KB |
easyfile-1.0.0-sources.jar | 44 KB |
easyfile-1.0.0-javadoc.jar | 223 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.springbootPlus/easyfile/ -->
<dependency>
<groupId>com.github.springbootPlus</groupId>
<artifactId>easyfile</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.springbootPlus/easyfile/
implementation 'com.github.springbootPlus:easyfile:1.0.0'
// https://jarcasting.com/artifacts/com.github.springbootPlus/easyfile/
implementation ("com.github.springbootPlus:easyfile:1.0.0")
'com.github.springbootPlus:easyfile:jar:1.0.0'
<dependency org="com.github.springbootPlus" name="easyfile" rev="1.0.0">
<artifact name="easyfile" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.springbootPlus', module='easyfile', version='1.0.0')
)
libraryDependencies += "com.github.springbootPlus" % "easyfile" % "1.0.0"
[com.github.springbootPlus/easyfile "1.0.0"]