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