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