GroupId | GroupIdcom.zeoflow |
---|---|
ArtifactId | ArtifactIdmemo-annotation |
Version | Version1.1.3 |
Type | Typeaar |
Filename | Size |
---|---|
memo-annotation-1.1.3.pom | |
memo-annotation-1.1.3.aar | 5 KB |
memo-annotation-1.1.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.zeoflow/memo-annotation/
implementation 'com.zeoflow:memo-annotation:1.1.3'
// https://jarcasting.com/artifacts/com.zeoflow/memo-annotation/
implementation ("com.zeoflow:memo-annotation:1.1.3")
'com.zeoflow:memo-annotation:aar:1.1.3'
<dependency org="com.zeoflow" name="memo-annotation" rev="1.1.3">
<artifact name="memo-annotation" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.zeoflow', module='memo-annotation', version='1.1.3')
)
libraryDependencies += "com.zeoflow" % "memo-annotation" % "1.1.3"
[com.zeoflow/memo-annotation "1.1.3"]