GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdmemo-annotation |
Version | Version1.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
memo-annotation-1.1.2.pom | |
memo-annotation-1.1.2.aar | 5 KB |
memo-annotation-1.1.2-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zeoflow/memo-annotation/ -->
<dependency>
<groupId>com.zeoflow</groupId>
<artifactId>memo-annotation</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/memo-annotation/
implementation 'com.zeoflow:memo-annotation:1.1.2'
// https://jarcasting.com/artifacts/com.zeoflow/memo-annotation/
implementation ("com.zeoflow:memo-annotation:1.1.2")
'com.zeoflow:memo-annotation:aar:1.1.2'
<dependency org="com.zeoflow" name="memo-annotation" rev="1.1.2">
<artifact name="memo-annotation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='memo-annotation', version='1.1.2')
)
libraryDependencies += "com.zeoflow" % "memo-annotation" % "1.1.2"
[com.zeoflow/memo-annotation "1.1.2"]