License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdcom.signavio.workflow |
ArtifactId | ArtifactIdconfig |
Version | Version1.0.2 |
Type | Typepom |
Description |
DescriptionParent Config
Includes the Config Provider and a simple implementation example
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-1.0.2.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.signavio.workflow/config/ -->
<dependency>
<groupId>com.signavio.workflow</groupId>
<artifactId>config</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.signavio.workflow/config/
implementation 'com.signavio.workflow:config:1.0.2'
// https://jarcasting.com/artifacts/com.signavio.workflow/config/
implementation ("com.signavio.workflow:config:1.0.2")
'com.signavio.workflow:config:pom:1.0.2'
<dependency org="com.signavio.workflow" name="config" rev="1.0.2">
<artifact name="config" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.signavio.workflow', module='config', version='1.0.2')
)
libraryDependencies += "com.signavio.workflow" % "config" % "1.0.2"
[com.signavio.workflow/config "1.0.2"]