Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.consensys.quorum.tessera |
ArtifactId | ArtifactIdservice-locator-spring |
Version | Version21.1.1 |
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>21.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/service-locator-spring/
implementation 'net.consensys.quorum.tessera:service-locator-spring:21.1.1'
// https://jarcasting.com/artifacts/net.consensys.quorum.tessera/service-locator-spring/
implementation ("net.consensys.quorum.tessera:service-locator-spring:21.1.1")
'net.consensys.quorum.tessera:service-locator-spring:jar:21.1.1'
<dependency org="net.consensys.quorum.tessera" name="service-locator-spring" rev="21.1.1">
<artifact name="service-locator-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.consensys.quorum.tessera', module='service-locator-spring', version='21.1.1')
)
libraryDependencies += "net.consensys.quorum.tessera" % "service-locator-spring" % "21.1.1"
[net.consensys.quorum.tessera/service-locator-spring "21.1.1"]