License |
License |
---|---|
GroupId | GroupIdcom.fastjrun.codeg.example |
ArtifactId | ArtifactIdsdkg-example-api |
Version | Version2.1.5 |
Type | Typejar |
Description |
Description快嘉代码生成Maven插件
|
Filename | Size |
---|---|
sdkg-example-api-2.1.5.pom | |
sdkg-example-api-2.1.5.jar | 9 KB |
sdkg-example-api-2.1.5-sources.jar | 7 KB |
sdkg-example-api-2.1.5-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>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-api/
implementation 'com.fastjrun.codeg.example:sdkg-example-api:2.1.5'
// https://jarcasting.com/artifacts/com.fastjrun.codeg.example/sdkg-example-api/
implementation ("com.fastjrun.codeg.example:sdkg-example-api:2.1.5")
'com.fastjrun.codeg.example:sdkg-example-api:jar:2.1.5'
<dependency org="com.fastjrun.codeg.example" name="sdkg-example-api" rev="2.1.5">
<artifact name="sdkg-example-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fastjrun.codeg.example', module='sdkg-example-api', version='2.1.5')
)
libraryDependencies += "com.fastjrun.codeg.example" % "sdkg-example-api" % "2.1.5"
[com.fastjrun.codeg.example/sdkg-example-api "2.1.5"]