Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.swagger-api |
ArtifactId | ArtifactIddd-create |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
dd-create-1.0.0.pom | |
dd-create-1.0.0.jar | 66 KB |
dd-create-1.0.0-tests.jar | 3 KB |
dd-create-1.0.0-sources.jar | 34 KB |
dd-create-1.0.0-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swagger-api/dd-create/ -->
<dependency>
<groupId>com.github.swagger-api</groupId>
<artifactId>dd-create</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swagger-api/dd-create/
implementation 'com.github.swagger-api:dd-create:1.0.0'
// https://jarcasting.com/artifacts/com.github.swagger-api/dd-create/
implementation ("com.github.swagger-api:dd-create:1.0.0")
'com.github.swagger-api:dd-create:jar:1.0.0'
<dependency org="com.github.swagger-api" name="dd-create" rev="1.0.0">
<artifact name="dd-create" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swagger-api', module='dd-create', version='1.0.0')
)
libraryDependencies += "com.github.swagger-api" % "dd-create" % "1.0.0"
[com.github.swagger-api/dd-create "1.0.0"]