GroupId | GroupIdcom.github.ooftf |
---|---|
ArtifactId | ArtifactIddirector |
Version | Version1.3.3 |
Type | Typeaar |
Filename | Size |
---|---|
director-1.3.3.pom | |
director-1.3.3-sources.jar | 15 KB |
director-1.3.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ooftf/director/
implementation 'com.github.ooftf:director:1.3.3'
// https://jarcasting.com/artifacts/com.github.ooftf/director/
implementation ("com.github.ooftf:director:1.3.3")
'com.github.ooftf:director:aar:1.3.3'
<dependency org="com.github.ooftf" name="director" rev="1.3.3">
<artifact name="director" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.ooftf', module='director', version='1.3.3')
)
libraryDependencies += "com.github.ooftf" % "director" % "1.3.3"
[com.github.ooftf/director "1.3.3"]