| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdio.github.ventsea |
| ArtifactId | ArtifactIdinformation |
| Version | Version303 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| information-303.pom | |
| information-303.aar | 800 KB |
| information-303-sources.jar | 196 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ventsea/information/ -->
<dependency>
<groupId>io.github.ventsea</groupId>
<artifactId>information</artifactId>
<version>303</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.ventsea/information/
implementation 'io.github.ventsea:information:303'
// https://jarcasting.com/artifacts/io.github.ventsea/information/
implementation ("io.github.ventsea:information:303")
'io.github.ventsea:information:aar:303'
<dependency org="io.github.ventsea" name="information" rev="303">
<artifact name="information" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.ventsea', module='information', version='303')
)
libraryDependencies += "io.github.ventsea" % "information" % "303"
[io.github.ventsea/information "303"]