GroupId | GroupIdio.github.azagniotov |
---|---|
ArtifactId | ArtifactIdstubby4j |
Version | Version6.0.5 |
Type | Typejar |
Filename | Size |
---|---|
stubby4j-6.0.5.pom | |
stubby4j-6.0.5.jar | 3 MB |
stubby4j-6.0.5-sources.jar | 182 KB |
stubby4j-6.0.5-no-jetty.jar | 2 MB |
stubby4j-6.0.5-no-dependencies.jar | 250 KB |
stubby4j-6.0.5-javadoc.jar | 272 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/ -->
<dependency>
<groupId>io.github.azagniotov</groupId>
<artifactId>stubby4j</artifactId>
<version>6.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/
implementation 'io.github.azagniotov:stubby4j:6.0.5'
// https://jarcasting.com/artifacts/io.github.azagniotov/stubby4j/
implementation ("io.github.azagniotov:stubby4j:6.0.5")
'io.github.azagniotov:stubby4j:jar:6.0.5'
<dependency org="io.github.azagniotov" name="stubby4j" rev="6.0.5">
<artifact name="stubby4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.azagniotov', module='stubby4j', version='6.0.5')
)
libraryDependencies += "io.github.azagniotov" % "stubby4j" % "6.0.5"
[io.github.azagniotov/stubby4j "6.0.5"]