| GroupId | GroupIdio.github.excu101 |
|---|---|
| ArtifactId | ArtifactIdFOS |
| Version | Version1.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| FOS-1.0.1.pom | |
| FOS-1.0.1-sources.jar | 33 KB |
| FOS-1.0.1-javadoc.jar | 652 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.excu101/FOS/ -->
<dependency>
<groupId>io.github.excu101</groupId>
<artifactId>FOS</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.excu101/FOS/
implementation 'io.github.excu101:FOS:1.0.1'
// https://jarcasting.com/artifacts/io.github.excu101/FOS/
implementation ("io.github.excu101:FOS:1.0.1")
'io.github.excu101:FOS:aar:1.0.1'
<dependency org="io.github.excu101" name="FOS" rev="1.0.1">
<artifact name="FOS" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.excu101', module='FOS', version='1.0.1')
)
libraryDependencies += "io.github.excu101" % "FOS" % "1.0.1"
[io.github.excu101/FOS "1.0.1"]