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