GroupId | GroupIdorg.nofdev |
---|---|
ArtifactId | ArtifactIdservice-topic-consumer |
Version | Version1.4.3-6 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/org.nofdev/service-topic-consumer/ -->
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>service-topic-consumer</artifactId>
<version>1.4.3-6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/service-topic-consumer/
implementation 'org.nofdev:service-topic-consumer:1.4.3-6'
// https://jarcasting.com/artifacts/org.nofdev/service-topic-consumer/
implementation ("org.nofdev:service-topic-consumer:1.4.3-6")
'org.nofdev:service-topic-consumer:pom:1.4.3-6'
<dependency org="org.nofdev" name="service-topic-consumer" rev="1.4.3-6">
<artifact name="service-topic-consumer" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='service-topic-consumer', version='1.4.3-6')
)
libraryDependencies += "org.nofdev" % "service-topic-consumer" % "1.4.3-6"
[org.nofdev/service-topic-consumer "1.4.3-6"]