License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.fastjrun.codeg.example |
ArtifactId | ArtifactIdsdkg-example-client |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description快嘉代码生成Maven插件
|
Filename | Size |
---|---|
sdkg-example-client-3.0.pom | |
sdkg-example-client-3.0.jar | 13 KB |
sdkg-example-client-3.0-sources.jar | 9 KB |
sdkg-example-client-3.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-client/ -->
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>sdkg-example-client</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-client/
implementation 'com.fastjrun.codeg.example:sdkg-example-client:3.0'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-client/
implementation ("com.fastjrun.codeg.example:sdkg-example-client:3.0")
'com.fastjrun.codeg.example:sdkg-example-client:jar:3.0'
<dependency org="com.fastjrun.codeg.example" name="sdkg-example-client" rev="3.0">
<artifact name="sdkg-example-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='sdkg-example-client', version='3.0')
)
libraryDependencies += "com.fastjrun.codeg.example" % "sdkg-example-client" % "3.0"
[com.fastjrun.codeg.example/sdkg-example-client "3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fastjrun.codeg.example : sdkg-example-api | jar | 3.0 |
com.fastjrun.codeg : sdkg-client | jar | 3.0 |
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
commons-codec : commons-codec | jar | 1.10 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.3.15.RELEASE |