GroupId | GroupIdio.github.yollpoll |
---|---|
ArtifactId | ArtifactIdframework |
Version | Version0.0.10 |
Type | Typeaar |
Filename | Size |
---|---|
framework-0.0.10.pom | |
framework-0.0.10-sources.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yollpoll/framework/ -->
<dependency>
<groupId>io.github.yollpoll</groupId>
<artifactId>framework</artifactId>
<version>0.0.10</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yollpoll/framework/
implementation 'io.github.yollpoll:framework:0.0.10'
// https://jarcasting.com/artifacts/io.github.yollpoll/framework/
implementation ("io.github.yollpoll:framework:0.0.10")
'io.github.yollpoll:framework:aar:0.0.10'
<dependency org="io.github.yollpoll" name="framework" rev="0.0.10">
<artifact name="framework" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.yollpoll', module='framework', version='0.0.10')
)
libraryDependencies += "io.github.yollpoll" % "framework" % "0.0.10"
[io.github.yollpoll/framework "0.0.10"]