| Группа | Группаcom.gitee.l0km |
|---|---|
| Идентификатор | Идентификаторcodegen-annotations |
| Версия | Версия1.0.36 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| codegen-annotations-1.0.36.pom | |
| codegen-annotations-1.0.36.jar | 7 KB |
| codegen-annotations-1.0.36-sources.jar | 6 KB |
| codegen-annotations-1.0.36-javadoc.jar | 89 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/ -->
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>codegen-annotations</artifactId>
<version>1.0.36</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/
implementation 'com.gitee.l0km:codegen-annotations:1.0.36'
// https://jarcasting.com/artifacts/com.gitee.l0km/codegen-annotations/
implementation ("com.gitee.l0km:codegen-annotations:1.0.36")
'com.gitee.l0km:codegen-annotations:jar:1.0.36'
<dependency org="com.gitee.l0km" name="codegen-annotations" rev="1.0.36">
<artifact name="codegen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.l0km', module='codegen-annotations', version='1.0.36')
)
libraryDependencies += "com.gitee.l0km" % "codegen-annotations" % "1.0.36"
[com.gitee.l0km/codegen-annotations "1.0.36"]