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