GroupId | GroupIdby.stub |
---|---|
ArtifactId | ArtifactIdstubby4j |
Version | Version2.0.6 |
Type | Typejar |
Filename | Size |
---|---|
stubby4j-2.0.6.pom | |
stubby4j-2.0.6.jar | 1 MB |
stubby4j-2.0.6-sources.jar | 189 KB |
stubby4j-2.0.6-no-dependencies.jar | 132 KB |
stubby4j-2.0.6-javadoc.jar | 456 KB |
Browse |
<!-- https://jarcasting.com/artifacts/by.stub/stubby4j/ -->
<dependency>
<groupId>by.stub</groupId>
<artifactId>stubby4j</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/by.stub/stubby4j/
implementation 'by.stub:stubby4j:2.0.6'
// https://jarcasting.com/artifacts/by.stub/stubby4j/
implementation ("by.stub:stubby4j:2.0.6")
'by.stub:stubby4j:jar:2.0.6'
<dependency org="by.stub" name="stubby4j" rev="2.0.6">
<artifact name="stubby4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='by.stub', module='stubby4j', version='2.0.6')
)
libraryDependencies += "by.stub" % "stubby4j" % "2.0.6"
[by.stub/stubby4j "2.0.6"]