License |
License |
---|---|
GroupId | GroupIdcom.fastjrun.codeg.example |
ArtifactId | ArtifactIdexample-sdkg |
Version | Version4.0.4 |
Type | Typepom |
Description |
Description快嘉代码生成Maven插件
|
Filename | Size |
---|---|
example-sdkg-4.0.4.pom | 982 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/ -->
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>example-sdkg</artifactId>
<version>4.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/
implementation 'com.fastjrun.codeg.example:example-sdkg:4.0.4'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg/
implementation ("com.fastjrun.codeg.example:example-sdkg:4.0.4")
'com.fastjrun.codeg.example:example-sdkg:pom:4.0.4'
<dependency org="com.fastjrun.codeg.example" name="example-sdkg" rev="4.0.4">
<artifact name="example-sdkg" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='example-sdkg', version='4.0.4')
)
libraryDependencies += "com.fastjrun.codeg.example" % "example-sdkg" % "4.0.4"
[com.fastjrun.codeg.example/example-sdkg "4.0.4"]