GroupId | GroupIdcom.pushtorefresh.storio |
---|---|
ArtifactId | ArtifactIdcommon-annotations-processor |
Version | Version1.12.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.pushtorefresh.storio/common-annotations-processor/ -->
<dependency>
<groupId>com.pushtorefresh.storio</groupId>
<artifactId>common-annotations-processor</artifactId>
<version>1.12.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.pushtorefresh.storio/common-annotations-processor/
implementation 'com.pushtorefresh.storio:common-annotations-processor:1.12.1'
// https://jarcasting.com/artifacts/com.pushtorefresh.storio/common-annotations-processor/
implementation ("com.pushtorefresh.storio:common-annotations-processor:1.12.1")
'com.pushtorefresh.storio:common-annotations-processor:jar:1.12.1'
<dependency org="com.pushtorefresh.storio" name="common-annotations-processor" rev="1.12.1">
<artifact name="common-annotations-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pushtorefresh.storio', module='common-annotations-processor', version='1.12.1')
)
libraryDependencies += "com.pushtorefresh.storio" % "common-annotations-processor" % "1.12.1"
[com.pushtorefresh.storio/common-annotations-processor "1.12.1"]