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