GroupId | GroupIdcom.gitee.l0km |
---|---|
ArtifactId | ArtifactIdcodegen-annotations |
Version | Version1.1.14 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>codegen-annotations</artifactId>
<version>1.1.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/
implementation 'com.gitee.l0km:codegen-annotations:1.1.14'
// https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/
implementation ("com.gitee.l0km:codegen-annotations:1.1.14")
'com.gitee.l0km:codegen-annotations:jar:1.1.14'
<dependency org="com.gitee.l0km" name="codegen-annotations" rev="1.1.14">
<artifact name="codegen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='codegen-annotations', version='1.1.14')
)
libraryDependencies += "com.gitee.l0km" % "codegen-annotations" % "1.1.14"
[com.gitee.l0km/codegen-annotations "1.1.14"]