License |
License |
---|---|
GroupId | GroupIdcom.fastjrun.codeg.example |
ArtifactId | ArtifactIdsdkg-example-api |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description快嘉代码生成Maven插件
|
Filename | Size |
---|---|
sdkg-example-api-3.0.pom | |
sdkg-example-api-3.0.jar | 9 KB |
sdkg-example-api-3.0-sources.jar | 7 KB |
sdkg-example-api-3.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-api/ -->
<dependency>
<groupId>com.fastjrun.codeg.example</groupId>
<artifactId>sdkg-example-api</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-api/
implementation 'com.fastjrun.codeg.example:sdkg-example-api:3.0'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-api/
implementation ("com.fastjrun.codeg.example:sdkg-example-api:3.0")
'com.fastjrun.codeg.example:sdkg-example-api:jar:3.0'
<dependency org="com.fastjrun.codeg.example" name="sdkg-example-api" rev="3.0">
<artifact name="sdkg-example-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='sdkg-example-api', version='3.0')
)
libraryDependencies += "com.fastjrun.codeg.example" % "sdkg-example-api" % "3.0"
[com.fastjrun.codeg.example/sdkg-example-api "3.0"]