Categories |
CategoriesAuto Application Layer Libs Code Generators ORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdstorm-autocreds |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
storm-autocreds-2.1.0.pom | |
storm-autocreds-2.1.0.jar | 46 KB |
storm-autocreds-2.1.0-sources.jar | 39 KB |
storm-autocreds-2.1.0-javadoc.jar | 169 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/storm-autocreds/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>storm-autocreds</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/storm-autocreds/
implementation 'org.apache.storm:storm-autocreds:2.1.0'
// https://jarcasting.com/artifacts/org.apache.storm/storm-autocreds/
implementation ("org.apache.storm:storm-autocreds:2.1.0")
'org.apache.storm:storm-autocreds:jar:2.1.0'
<dependency org="org.apache.storm" name="storm-autocreds" rev="2.1.0">
<artifact name="storm-autocreds" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='storm-autocreds', version='2.1.0')
)
libraryDependencies += "org.apache.storm" % "storm-autocreds" % "2.1.0"
[org.apache.storm/storm-autocreds "2.1.0"]