Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.thirtyai |
ArtifactId | ArtifactIdnezha-swagger-starter |
Version | Version0.4.9-202x207-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.thirtyai/nezha-swagger-starter/ -->
<dependency>
<groupId>com.thirtyai</groupId>
<artifactId>nezha-swagger-starter</artifactId>
<version>0.4.9-202x207-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.thirtyai/nezha-swagger-starter/
implementation 'com.thirtyai:nezha-swagger-starter:0.4.9-202x207-RELEASE'
// https://jarcasting.com/artifacts/com.thirtyai/nezha-swagger-starter/
implementation ("com.thirtyai:nezha-swagger-starter:0.4.9-202x207-RELEASE")
'com.thirtyai:nezha-swagger-starter:jar:0.4.9-202x207-RELEASE'
<dependency org="com.thirtyai" name="nezha-swagger-starter" rev="0.4.9-202x207-RELEASE">
<artifact name="nezha-swagger-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thirtyai', module='nezha-swagger-starter', version='0.4.9-202x207-RELEASE')
)
libraryDependencies += "com.thirtyai" % "nezha-swagger-starter" % "0.4.9-202x207-RELEASE"
[com.thirtyai/nezha-swagger-starter "0.4.9-202x207-RELEASE"]