| GroupId | GroupIdcom.github.fartherp |
|---|---|
| ArtifactId | ArtifactIdframework-file |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework-file-2.0.1.pom | |
| framework-file-2.0.1.jar | 7 KB |
| framework-file-2.0.1-sources.jar | 4 KB |
| framework-file-2.0.1-javadoc.jar | 67 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-file/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-file</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-file/
implementation 'com.github.fartherp:framework-file:2.0.1'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-file/
implementation ("com.github.fartherp:framework-file:2.0.1")
'com.github.fartherp:framework-file:jar:2.0.1'
<dependency org="com.github.fartherp" name="framework-file" rev="2.0.1">
<artifact name="framework-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-file', version='2.0.1')
)
libraryDependencies += "com.github.fartherp" % "framework-file" % "2.0.1"
[com.github.fartherp/framework-file "2.0.1"]