Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdai.grant |
ArtifactId | ArtifactIdreduxengine |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
reduxengine-1.0.0.pom | |
reduxengine-1.0.0-sources.jar | 4 KB |
reduxengine-1.0.0-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.grant/reduxengine/ -->
<dependency>
<groupId>ai.grant</groupId>
<artifactId>reduxengine</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.grant/reduxengine/
implementation 'ai.grant:reduxengine:1.0.0'
// https://jarcasting.com/artifacts/ai.grant/reduxengine/
implementation ("ai.grant:reduxengine:1.0.0")
'ai.grant:reduxengine:aar:1.0.0'
<dependency org="ai.grant" name="reduxengine" rev="1.0.0">
<artifact name="reduxengine" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.grant', module='reduxengine', version='1.0.0')
)
libraryDependencies += "ai.grant" % "reduxengine" % "1.0.0"
[ai.grant/reduxengine "1.0.0"]