GroupId | GroupIdcom.github.fondesa |
---|---|
ArtifactId | ArtifactIdouroboros |
Version | Version0.0.1-a2 |
Type | Typeaar |
Filename | Size |
---|---|
ouroboros-0.0.1-a2.pom | |
ouroboros-0.0.1-a2.aar | 27 KB |
ouroboros-0.0.1-a2-sources.jar | 38 KB |
ouroboros-0.0.1-a2-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fondesa/ouroboros/ -->
<dependency>
<groupId>com.github.fondesa</groupId>
<artifactId>ouroboros</artifactId>
<version>0.0.1-a2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fondesa/ouroboros/
implementation 'com.github.fondesa:ouroboros:0.0.1-a2'
// https://jarcasting.com/artifacts/com.github.fondesa/ouroboros/
implementation ("com.github.fondesa:ouroboros:0.0.1-a2")
'com.github.fondesa:ouroboros:aar:0.0.1-a2'
<dependency org="com.github.fondesa" name="ouroboros" rev="0.0.1-a2">
<artifact name="ouroboros" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.fondesa', module='ouroboros', version='0.0.1-a2')
)
libraryDependencies += "com.github.fondesa" % "ouroboros" % "0.0.1-a2"
[com.github.fondesa/ouroboros "0.0.1-a2"]