| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.fastjrun.codeg.example |
| Идентификатор | Идентификаторsdkg-example |
| Последняя версия | Последняя версия3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание快嘉代码生成Maven插件
|
| Имя Файла | Размер |
|---|---|
| sdkg-example-3.0.pom | 856 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example/ -->
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>sdkg-example</artifactId>
<version>3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example/
implementation 'com.fastjrun.codeg.example:sdkg-example:3.0'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example/
implementation ("com.fastjrun.codeg.example:sdkg-example:3.0")
'com.fastjrun.codeg.example:sdkg-example:pom:3.0'
<dependency org="com.fastjrun.codeg.example" name="sdkg-example" rev="3.0">
<artifact name="sdkg-example" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='sdkg-example', version='3.0')
)
libraryDependencies += "com.fastjrun.codeg.example" % "sdkg-example" % "3.0"
[com.fastjrun.codeg.example/sdkg-example "3.0"]