GroupId | GroupIdorg.seedstack.seed |
---|---|
ArtifactId | ArtifactIdseed-integrationtest-support-web |
Version | Version2.0.0-M2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.seedstack.seed/seed-integrationtest-support-web/ -->
<dependency>
<groupId>org.seedstack.seed</groupId>
<artifactId>seed-integrationtest-support-web</artifactId>
<version>2.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-integrationtest-support-web/
implementation 'org.seedstack.seed:seed-integrationtest-support-web:2.0.0-M2'
// https://jarcasting.com/artifacts/org.seedstack.seed/seed-integrationtest-support-web/
implementation ("org.seedstack.seed:seed-integrationtest-support-web:2.0.0-M2")
'org.seedstack.seed:seed-integrationtest-support-web:jar:2.0.0-M2'
<dependency org="org.seedstack.seed" name="seed-integrationtest-support-web" rev="2.0.0-M2">
<artifact name="seed-integrationtest-support-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.seedstack.seed', module='seed-integrationtest-support-web', version='2.0.0-M2')
)
libraryDependencies += "org.seedstack.seed" % "seed-integrationtest-support-web" % "2.0.0-M2"
[org.seedstack.seed/seed-integrationtest-support-web "2.0.0-M2"]