| License |
License |
|---|---|
| GroupId | GroupIdcom.fastjrun.codeg.example |
| ArtifactId | ArtifactIdexample-sdkg-service |
| Version | Version4.0.4 |
| Type | Typejar |
| Description |
Description快嘉代码生成Maven插件
|
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg-service/ -->
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>example-sdkg-service</artifactId>
<version>4.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg-service/
implementation 'com.fastjrun.codeg.example:example-sdkg-service:4.0.4'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/example-sdkg-service/
implementation ("com.fastjrun.codeg.example:example-sdkg-service:4.0.4")
'com.fastjrun.codeg.example:example-sdkg-service:jar:4.0.4'
<dependency org="com.fastjrun.codeg.example" name="example-sdkg-service" rev="4.0.4">
<artifact name="example-sdkg-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='example-sdkg-service', version='4.0.4')
)
libraryDependencies += "com.fastjrun.codeg.example" % "example-sdkg-service" % "4.0.4"
[com.fastjrun.codeg.example/example-sdkg-service "4.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.fastjrun.codeg.example : example-sdkg-api | jar | 4.0.4 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| commons-lang : commons-lang | jar | 2.3 |
| org.springframework : spring-context | jar | 4.3.15.RELEASE |