Categories |
CategoriesIDE Development Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.redhat.insights.kafka |
ArtifactId | ArtifactIdconfig-providers |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
config-providers-0.1.2.pom | |
config-providers-0.1.2.jar | 7 KB |
config-providers-0.1.2-sources.jar | 6 KB |
config-providers-0.1.2-javadoc.jar | 399 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.redhat.insights.kafka/config-providers/
implementation 'com.redhat.insights.kafka:config-providers:0.1.2'
// https://jarcasting.com/artifacts/com.redhat.insights.kafka/config-providers/
implementation ("com.redhat.insights.kafka:config-providers:0.1.2")
'com.redhat.insights.kafka:config-providers:jar:0.1.2'
<dependency org="com.redhat.insights.kafka" name="config-providers" rev="0.1.2">
<artifact name="config-providers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redhat.insights.kafka', module='config-providers', version='0.1.2')
)
libraryDependencies += "com.redhat.insights.kafka" % "config-providers" % "0.1.2"
[com.redhat.insights.kafka/config-providers "0.1.2"]