GroupId | GroupIdorg.seedstack.seed |
---|---|
ArtifactId | ArtifactIdseed-rest-specs |
Version | Version3.7.0 |
Type | Typejar |
Filename | Size |
---|---|
seed-rest-specs-3.7.0.pom | |
seed-rest-specs-3.7.0.jar | 12 KB |
seed-rest-specs-3.7.0-sources.jar | 11 KB |
seed-rest-specs-3.7.0-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.seedstack.seed/seed-rest-specs/ -->
<dependency>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-rest-specs</artifactId>
<version>3.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-rest-specs/
implementation 'org.seedstack.seed:seed-rest-specs:3.7.0'
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-rest-specs/
implementation ("org.seedstack.seed:seed-rest-specs:3.7.0")
'org.seedstack.seed:seed-rest-specs:jar:3.7.0'
<dependency org="org.seedstack.seed" name="seed-rest-specs" rev="3.7.0">
<artifact name="seed-rest-specs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.seed', module='seed-rest-specs', version='3.7.0')
)
libraryDependencies += "org.seedstack.seed" % "seed-rest-specs" % "3.7.0"
[org.seedstack.seed/seed-rest-specs "3.7.0"]