GroupId | GroupIdcom.pushtorefresh.storio |
---|---|
ArtifactId | ArtifactIdcommon-annotations-processor |
Version | Version1.10.0 |
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.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.pushtorefresh.storio/common-annotations-processor/
implementation 'com.pushtorefresh.storio:common-annotations-processor:1.10.0'
// https://jarcasting.com/artifacts/com.pushtorefresh.storio/common-annotations-processor/
implementation ("com.pushtorefresh.storio:common-annotations-processor:1.10.0")
'com.pushtorefresh.storio:common-annotations-processor:jar:1.10.0'
<dependency org="com.pushtorefresh.storio" name="common-annotations-processor" rev="1.10.0">
<artifact name="common-annotations-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pushtorefresh.storio', module='common-annotations-processor', version='1.10.0')
)
libraryDependencies += "com.pushtorefresh.storio" % "common-annotations-processor" % "1.10.0"
[com.pushtorefresh.storio/common-annotations-processor "1.10.0"]