GroupId | GroupIdcom.yupaits |
---|---|
ArtifactId | ArtifactIdcommons-annotation |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-annotation-1.0.1.pom | |
commons-annotation-1.0.1.jar | 3 KB |
commons-annotation-1.0.1-sources.jar | 3 KB |
commons-annotation-1.0.1-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yupaits/commons-annotation/ -->
<dependency>
<groupId>com.yupaits</groupId>
<artifactId>commons-annotation</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.yupaits/commons-annotation/
implementation 'com.yupaits:commons-annotation:1.0.1'
// https://jarcasting.com/artifacts/com.yupaits/commons-annotation/
implementation ("com.yupaits:commons-annotation:1.0.1")
'com.yupaits:commons-annotation:jar:1.0.1'
<dependency org="com.yupaits" name="commons-annotation" rev="1.0.1">
<artifact name="commons-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yupaits', module='commons-annotation', version='1.0.1')
)
libraryDependencies += "com.yupaits" % "commons-annotation" % "1.0.1"
[com.yupaits/commons-annotation "1.0.1"]