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