Categories |
CategoriesReact User Interface Web Frameworks config Application Layer Libs Configuration Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.jbundle.config |
ArtifactId | ArtifactIdjbundle-config-reactor |
Version | Version1.0.3 |
Type | Typepom |
Filename | Size |
---|---|
jbundle-config-reactor-1.0.3.pom | 715 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbundle.config/jbundle-config-reactor/ -->
<dependency>
<groupId>org.jbundle.config</groupId>
<artifactId>jbundle-config-reactor</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.config/jbundle-config-reactor/
implementation 'org.jbundle.config:jbundle-config-reactor:1.0.3'
// https://jarcasting.com/artifacts/org.jbundle.config/jbundle-config-reactor/
implementation ("org.jbundle.config:jbundle-config-reactor:1.0.3")
'org.jbundle.config:jbundle-config-reactor:pom:1.0.3'
<dependency org="org.jbundle.config" name="jbundle-config-reactor" rev="1.0.3">
<artifact name="jbundle-config-reactor" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.config', module='jbundle-config-reactor', version='1.0.3')
)
libraryDependencies += "org.jbundle.config" % "jbundle-config-reactor" % "1.0.3"
[org.jbundle.config/jbundle-config-reactor "1.0.3"]