License |
License |
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.fangjinuo.audit |
ArtifactId | ArtifactIdaudit-swagger |
Version | Version2.3.14 |
Type | Typejar |
Description |
Descriptioncom.github.fangjinuo.audit:audit-swagger:2.3.14
A common audit framework for java application
|
Filename | Size |
---|---|
audit-swagger-2.3.14.pom | |
audit-swagger-2.3.14.jar | 4 KB |
audit-swagger-2.3.14-sources.jar | 2 KB |
audit-swagger-2.3.14-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-swagger/ -->
<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit-swagger</artifactId>
<version>2.3.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-swagger/
implementation 'com.github.fangjinuo.audit:audit-swagger:2.3.14'
// https://jarcasting.com/artifacts/com.github.fangjinuo.audit/audit-swagger/
implementation ("com.github.fangjinuo.audit:audit-swagger:2.3.14")
'com.github.fangjinuo.audit:audit-swagger:jar:2.3.14'
<dependency org="com.github.fangjinuo.audit" name="audit-swagger" rev="2.3.14">
<artifact name="audit-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangjinuo.audit', module='audit-swagger', version='2.3.14')
)
libraryDependencies += "com.github.fangjinuo.audit" % "audit-swagger" % "2.3.14"
[com.github.fangjinuo.audit/audit-swagger "2.3.14"]
Group / Artifact | Type | Version |
---|---|---|
com.github.fangjinuo.audit : audit-core | jar | 2.3.14 |
io.swagger : swagger-annotations | jar | 1.5.0 |
org.slf4j : slf4j-api | jar | 1.7.0 |
com.github.fangjinuo.langx : langx-java | jar | 4.3.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |