License |
License |
---|---|
GroupId | GroupIdcom.fhs-opensource |
ArtifactId | ArtifactIdfhs_static |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
fhs_static-1.0.1.pom | |
fhs_static-1.0.1.jar | 17 MB |
fhs_static-1.0.1-sources.jar | 17 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fhs-opensource/fhs_static/ -->
<dependency>
<groupId>com.fhs-opensource</groupId>
<artifactId>fhs_static</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.fhs-opensource/fhs_static/
implementation 'com.fhs-opensource:fhs_static:1.0.1'
// https://jarcasting.com/artifacts/com.fhs-opensource/fhs_static/
implementation ("com.fhs-opensource:fhs_static:1.0.1")
'com.fhs-opensource:fhs_static:jar:1.0.1'
<dependency org="com.fhs-opensource" name="fhs_static" rev="1.0.1">
<artifact name="fhs_static" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fhs-opensource', module='fhs_static', version='1.0.1')
)
libraryDependencies += "com.fhs-opensource" % "fhs_static" % "1.0.1"
[com.fhs-opensource/fhs_static "1.0.1"]