Categories |
CategoriesMOA Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIddev.moataz |
ArtifactId | ArtifactIdfirebots |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
firebots-0.0.1.pom | |
firebots-0.0.1.aar | 38 KB |
firebots-0.0.1-sources.jar | 11 KB |
firebots-0.0.1-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/dev.moataz/firebots/ -->
<dependency>
<groupId>dev.moataz</groupId>
<artifactId>firebots</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.moataz/firebots/
implementation 'dev.moataz:firebots:0.0.1'
// https://jarcasting.com/artifacts/dev.moataz/firebots/
implementation ("dev.moataz:firebots:0.0.1")
'dev.moataz:firebots:aar:0.0.1'
<dependency org="dev.moataz" name="firebots" rev="0.0.1">
<artifact name="firebots" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.moataz', module='firebots', version='0.0.1')
)
libraryDependencies += "dev.moataz" % "firebots" % "0.0.1"
[dev.moataz/firebots "0.0.1"]