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