GroupId | GroupIdcom.fhs-opensource |
---|---|
ArtifactId | ArtifactIdfhs_file |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
fhs_file-1.0.0.pom | |
fhs_file-1.0.0.jar | 59 KB |
fhs_file-1.0.0-sources.jar | 35 KB |
fhs_file-1.0.0-javadoc.jar | 285 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fhs-opensource/fhs_file/ -->
<dependency>
<groupId>com.fhs-opensource</groupId>
<artifactId>fhs_file</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fhs-opensource/fhs_file/
implementation 'com.fhs-opensource:fhs_file:1.0.0'
// https://jarcasting.com/artifacts/com.fhs-opensource/fhs_file/
implementation ("com.fhs-opensource:fhs_file:1.0.0")
'com.fhs-opensource:fhs_file:jar:1.0.0'
<dependency org="com.fhs-opensource" name="fhs_file" rev="1.0.0">
<artifact name="fhs_file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fhs-opensource', module='fhs_file', version='1.0.0')
)
libraryDependencies += "com.fhs-opensource" % "fhs_file" % "1.0.0"
[com.fhs-opensource/fhs_file "1.0.0"]