GroupId | GroupIdcom.github.ooftf |
---|---|
ArtifactId | ArtifactIddirector |
Version | Version1.3.0 |
Type | Typeaar |
Filename | Size |
---|---|
director-1.3.0.pom | |
director-1.3.0-sources.jar | 12 KB |
director-1.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ooftf/director/ -->
<dependency>
<groupId>com.github.ooftf</groupId>
<artifactId>director</artifactId>
<version>1.3.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ooftf/director/
implementation 'com.github.ooftf:director:1.3.0'
// https://jarcasting.com/artifacts/com.github.ooftf/director/
implementation ("com.github.ooftf:director:1.3.0")
'com.github.ooftf:director:aar:1.3.0'
<dependency org="com.github.ooftf" name="director" rev="1.3.0">
<artifact name="director" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ooftf', module='director', version='1.3.0')
)
libraryDependencies += "com.github.ooftf" % "director" % "1.3.0"
[com.github.ooftf/director "1.3.0"]