Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.redhat.insights.kafka |
ArtifactId | ArtifactIdconfig-providers |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
config-providers-0.1.1.pom | |
config-providers-0.1.1.jar | 5 KB |
config-providers-0.1.1-sources.jar | 4 KB |
config-providers-0.1.1-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redhat.insights.kafka/config-providers/ -->
<dependency>
<groupId>com.redhat.insights.kafka</groupId>
<artifactId>config-providers</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.insights.kafka/config-providers/
implementation 'com.redhat.insights.kafka:config-providers:0.1.1'
// https://jarcasting.com/artifacts/com.redhat.insights.kafka/config-providers/
implementation ("com.redhat.insights.kafka:config-providers:0.1.1")
'com.redhat.insights.kafka:config-providers:jar:0.1.1'
<dependency org="com.redhat.insights.kafka" name="config-providers" rev="0.1.1">
<artifact name="config-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.insights.kafka', module='config-providers', version='0.1.1')
)
libraryDependencies += "com.redhat.insights.kafka" % "config-providers" % "0.1.1"
[com.redhat.insights.kafka/config-providers "0.1.1"]