Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.github.wankey.mithril |
ArtifactId | ArtifactIdshare |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
share-1.0.0.pom | |
share-1.0.0.aar | 64 KB |
share-1.0.0-sources.jar | 12 KB |
share-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.wankey.mithril/share/ -->
<dependency>
<groupId>io.github.wankey.mithril</groupId>
<artifactId>share</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wankey.mithril/share/
implementation 'io.github.wankey.mithril:share:1.0.0'
// https://jarcasting.com/artifacts/io.github.wankey.mithril/share/
implementation ("io.github.wankey.mithril:share:1.0.0")
'io.github.wankey.mithril:share:aar:1.0.0'
<dependency org="io.github.wankey.mithril" name="share" rev="1.0.0">
<artifact name="share" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.wankey.mithril', module='share', version='1.0.0')
)
libraryDependencies += "io.github.wankey.mithril" % "share" % "1.0.0"
[io.github.wankey.mithril/share "1.0.0"]