Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdorg.keedio.storm.bolt.filter |
ArtifactId | ArtifactIdstorm-filterregex-bolt |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/ -->
<dependency>
<groupId>org.keedio.storm.bolt.filter</groupId>
<artifactId>storm-filterregex-bolt</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation 'org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.2'
// https://jarcasting.com/artifacts/org.keedio.storm.bolt.filter/storm-filterregex-bolt/
implementation ("org.keedio.storm.bolt.filter:storm-filterregex-bolt:1.0.2")
'org.keedio.storm.bolt.filter:storm-filterregex-bolt:jar:1.0.2'
<dependency org="org.keedio.storm.bolt.filter" name="storm-filterregex-bolt" rev="1.0.2">
<artifact name="storm-filterregex-bolt" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.keedio.storm.bolt.filter', module='storm-filterregex-bolt', version='1.0.2')
)
libraryDependencies += "org.keedio.storm.bolt.filter" % "storm-filterregex-bolt" % "1.0.2"
[org.keedio.storm.bolt.filter/storm-filterregex-bolt "1.0.2"]