Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdservice-locator-spring |
Version | Version20.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.consensys.quorum.tessera/service-locator-spring/ -->
<dependency>
<groupId>net.consensys.quorum.tessera</groupId>
<artifactId>service-locator-spring</artifactId>
<version>20.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/service-locator-spring/
implementation 'net.consensys.quorum.tessera:service-locator-spring:20.10.0'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/service-locator-spring/
implementation ("net.consensys.quorum.tessera:service-locator-spring:20.10.0")
'net.consensys.quorum.tessera:service-locator-spring:jar:20.10.0'
<dependency org="net.consensys.quorum.tessera" name="service-locator-spring" rev="20.10.0">
<artifact name="service-locator-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='service-locator-spring', version='20.10.0')
)
libraryDependencies += "net.consensys.quorum.tessera" % "service-locator-spring" % "20.10.0"
[net.consensys.quorum.tessera/service-locator-spring "20.10.0"]