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