Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.thepacific |
ArtifactId | ArtifactIddivider |
Version | Version0.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
divider-0.0.1.pom | |
divider-0.0.1.aar | 9 KB |
divider-0.0.1-sources.jar | 11 KB |
divider-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thepacific/divider/ -->
<dependency>
<groupId>com.github.thepacific</groupId>
<artifactId>divider</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.thepacific/divider/
implementation 'com.github.thepacific:divider:0.0.1'
// https://jarcasting.com/artifacts/com.github.thepacific/divider/
implementation ("com.github.thepacific:divider:0.0.1")
'com.github.thepacific:divider:aar:0.0.1'
<dependency org="com.github.thepacific" name="divider" rev="0.0.1">
<artifact name="divider" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.thepacific', module='divider', version='0.0.1')
)
libraryDependencies += "com.github.thepacific" % "divider" % "0.0.1"
[com.github.thepacific/divider "0.0.1"]