License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.avivcarmis |
ArtifactId | ArtifactIdtrafficante |
Version | Version1.0.2 |
Type | Typejar |
Description |
Descriptionio.github.avivcarmis:trafficante
Ridiculously Simple Strongly Typed API Server with Spring Boot and Swagger
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
trafficante-1.0.2.pom | |
trafficante-1.0.2.jar | 16 MB |
trafficante-1.0.2-sources.jar | 24 KB |
trafficante-1.0.2-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.avivcarmis/trafficante/ -->
<dependency>
<groupId>io.github.avivcarmis</groupId>
<artifactId>trafficante</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.avivcarmis/trafficante/
implementation 'io.github.avivcarmis:trafficante:1.0.2'
// https://jarcasting.com/artifacts/io.github.avivcarmis/trafficante/
implementation ("io.github.avivcarmis:trafficante:1.0.2")
'io.github.avivcarmis:trafficante:jar:1.0.2'
<dependency org="io.github.avivcarmis" name="trafficante" rev="1.0.2">
<artifact name="trafficante" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.avivcarmis', module='trafficante', version='1.0.2')
)
libraryDependencies += "io.github.avivcarmis" % "trafficante" % "1.0.2"
[io.github.avivcarmis/trafficante "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.5.2.RELEASE |
io.springfox : springfox-swagger2 | jar | 2.6.1 |
io.springfox : springfox-swagger-ui | jar | 2.6.1 |