Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.apache.streams |
ArtifactId | ArtifactIdstreams-runtime-dropwizard |
Version | Version0.3-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.streams/streams-runtime-dropwizard/ -->
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-runtime-dropwizard</artifactId>
<version>0.3-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.streams/streams-runtime-dropwizard/
implementation 'org.apache.streams:streams-runtime-dropwizard:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.streams/streams-runtime-dropwizard/
implementation ("org.apache.streams:streams-runtime-dropwizard:0.3-incubating")
'org.apache.streams:streams-runtime-dropwizard:jar:0.3-incubating'
<dependency org="org.apache.streams" name="streams-runtime-dropwizard" rev="0.3-incubating">
<artifact name="streams-runtime-dropwizard" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.streams', module='streams-runtime-dropwizard', version='0.3-incubating')
)
libraryDependencies += "org.apache.streams" % "streams-runtime-dropwizard" % "0.3-incubating"
[org.apache.streams/streams-runtime-dropwizard "0.3-incubating"]