| GroupId | GroupIdcom.jslsolucoes |
|---|---|
| ArtifactId | ArtifactIdfile-system-se |
| Version | Version1.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| file-system-se-1.0.13.pom | |
| file-system-se-1.0.13.jar | 34 KB |
| file-system-se-1.0.13-sources.jar | 16 KB |
| file-system-se-1.0.13-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/file-system-se/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>file-system-se</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/file-system-se/
implementation 'com.jslsolucoes:file-system-se:1.0.13'
// https://jarcasting.com/artifacts/com.jslsolucoes/file-system-se/
implementation ("com.jslsolucoes:file-system-se:1.0.13")
'com.jslsolucoes:file-system-se:jar:1.0.13'
<dependency org="com.jslsolucoes" name="file-system-se" rev="1.0.13">
<artifact name="file-system-se" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='file-system-se', version='1.0.13')
)
libraryDependencies += "com.jslsolucoes" % "file-system-se" % "1.0.13"
[com.jslsolucoes/file-system-se "1.0.13"]