Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.antonpotapov |
ArtifactId | ArtifactIdpoliwhirl |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
poliwhirl-1.0.3.pom | |
poliwhirl-1.0.3.aar | 23 KB |
poliwhirl-1.0.3-sources.jar | 6 KB |
poliwhirl-1.0.3-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antonpotapov/poliwhirl/ -->
<dependency>
<groupId>com.antonpotapov</groupId>
<artifactId>poliwhirl</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.antonpotapov/poliwhirl/
implementation 'com.antonpotapov:poliwhirl:1.0.3'
// https://jarcasting.com/artifacts/com.antonpotapov/poliwhirl/
implementation ("com.antonpotapov:poliwhirl:1.0.3")
'com.antonpotapov:poliwhirl:aar:1.0.3'
<dependency org="com.antonpotapov" name="poliwhirl" rev="1.0.3">
<artifact name="poliwhirl" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.antonpotapov', module='poliwhirl', version='1.0.3')
)
libraryDependencies += "com.antonpotapov" % "poliwhirl" % "1.0.3"
[com.antonpotapov/poliwhirl "1.0.3"]