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