GroupId | GroupIdcom.ibm.stocator |
---|---|
ArtifactId | ArtifactIdstocator |
Version | Version1.0.30 |
Type | Typejar |
Filename | Size |
---|---|
stocator-1.0.30.pom | |
stocator-1.0.30.jar | 2 MB |
stocator-1.0.30-sources.jar | 127 KB |
stocator-1.0.30-javadoc.jar | 361 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ibm.stocator/stocator/ -->
<dependency>
<groupId>com.ibm.stocator</groupId>
<artifactId>stocator</artifactId>
<version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibm.stocator/stocator/
implementation 'com.ibm.stocator:stocator:1.0.30'
// https://jarcasting.com/artifacts/com.ibm.stocator/stocator/
implementation ("com.ibm.stocator:stocator:1.0.30")
'com.ibm.stocator:stocator:jar:1.0.30'
<dependency org="com.ibm.stocator" name="stocator" rev="1.0.30">
<artifact name="stocator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibm.stocator', module='stocator', version='1.0.30')
)
libraryDependencies += "com.ibm.stocator" % "stocator" % "1.0.30"
[com.ibm.stocator/stocator "1.0.30"]