is not current version
Last Version 1.0.12

com.yupaits:commons-annotation 1.0.3

公共注解模块

GroupId

GroupId

com.yupaits
ArtifactId

ArtifactId

commons-annotation
Version

Version

1.0.3
Type

Type

jar

Download commons-annotation 1.0.3


<!-- https://jarcasting.com/artifacts/com.yupaits/commons-annotation/ -->
<dependency>
    <groupId>com.yupaits</groupId>
    <artifactId>commons-annotation</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yupaits/commons-annotation/
implementation 'com.yupaits:commons-annotation:1.0.3'
// https://jarcasting.com/artifacts/com.yupaits/commons-annotation/
implementation ("com.yupaits:commons-annotation:1.0.3")
'com.yupaits:commons-annotation:jar:1.0.3'
<dependency org="com.yupaits" name="commons-annotation" rev="1.0.3">
  <artifact name="commons-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yupaits', module='commons-annotation', version='1.0.3')
)
libraryDependencies += "com.yupaits" % "commons-annotation" % "1.0.3"
[com.yupaits/commons-annotation "1.0.3"]