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