Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.github.wankey.mithril |
ArtifactId | ArtifactIdshare |
Version | Version1.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
share-1.1.0.pom | |
share-1.1.0.aar | 78 KB |
share-1.1.0-sources.jar | 15 KB |
share-1.1.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.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.wankey.mithril/share/
implementation 'io.github.wankey.mithril:share:1.1.0'
// https://jarcasting.com/artifacts/io.github.wankey.mithril/share/
implementation ("io.github.wankey.mithril:share:1.1.0")
'io.github.wankey.mithril:share:aar:1.1.0'
<dependency org="io.github.wankey.mithril" name="share" rev="1.1.0">
<artifact name="share" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.wankey.mithril', module='share', version='1.1.0')
)
libraryDependencies += "io.github.wankey.mithril" % "share" % "1.1.0"
[io.github.wankey.mithril/share "1.1.0"]