Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.apache.storm |
ArtifactId | ArtifactIdblobstore-migrator |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
blobstore-migrator-2.1.0.pom | |
blobstore-migrator-2.1.0.jar | 84 MB |
blobstore-migrator-2.1.0-sources.jar | 16 KB |
blobstore-migrator-2.1.0-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.storm/blobstore-migrator/ -->
<dependency>
<groupId>org.apache.storm</groupId>
<artifactId>blobstore-migrator</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.storm/blobstore-migrator/
implementation 'org.apache.storm:blobstore-migrator:2.1.0'
// https://jarcasting.com/artifacts/org.apache.storm/blobstore-migrator/
implementation ("org.apache.storm:blobstore-migrator:2.1.0")
'org.apache.storm:blobstore-migrator:jar:2.1.0'
<dependency org="org.apache.storm" name="blobstore-migrator" rev="2.1.0">
<artifact name="blobstore-migrator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.storm', module='blobstore-migrator', version='2.1.0')
)
libraryDependencies += "org.apache.storm" % "blobstore-migrator" % "2.1.0"
[org.apache.storm/blobstore-migrator "2.1.0"]