GroupId | GroupIdcom.github.shoothzj |
---|---|
ArtifactId | ArtifactIdtest-pulsar |
Version | Version3.1.10 |
Type | Typejar |
Filename | Size |
---|---|
test-pulsar-3.1.10.pom | |
test-pulsar-3.1.10.jar | 4 KB |
test-pulsar-3.1.10-sources.jar | 3 KB |
test-pulsar-3.1.10-javadoc.jar | 390 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/test-pulsar/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>test-pulsar</artifactId>
<version>3.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/test-pulsar/
implementation 'com.github.shoothzj:test-pulsar:3.1.10'
// https://jarcasting.com/artifacts/com.github.shoothzj/test-pulsar/
implementation ("com.github.shoothzj:test-pulsar:3.1.10")
'com.github.shoothzj:test-pulsar:jar:3.1.10'
<dependency org="com.github.shoothzj" name="test-pulsar" rev="3.1.10">
<artifact name="test-pulsar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='test-pulsar', version='3.1.10')
)
libraryDependencies += "com.github.shoothzj" % "test-pulsar" % "3.1.10"
[com.github.shoothzj/test-pulsar "3.1.10"]