GroupId | GroupIdtech.firas.framework |
---|---|
ArtifactId | ArtifactIdfile-import |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
file-import-0.2.0.pom | |
file-import-0.2.0.jar | 25 KB |
file-import-0.2.0-sources.jar | 16 KB |
file-import-0.2.0-javadoc.jar | 470 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.firas.framework/file-import/ -->
<dependency>
<groupId>tech.firas.framework</groupId>
<artifactId>file-import</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.firas.framework/file-import/
implementation 'tech.firas.framework:file-import:0.2.0'
// https://jarcasting.com/artifacts/tech.firas.framework/file-import/
implementation ("tech.firas.framework:file-import:0.2.0")
'tech.firas.framework:file-import:jar:0.2.0'
<dependency org="tech.firas.framework" name="file-import" rev="0.2.0">
<artifact name="file-import" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.firas.framework', module='file-import', version='0.2.0')
)
libraryDependencies += "tech.firas.framework" % "file-import" % "0.2.0"
[tech.firas.framework/file-import "0.2.0"]