Categories |
CategoriesReact User Interface Web Frameworks config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.fit51 |
ArtifactId | ArtifactIdreactive-config-examples_2.12 |
Version | Version0.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.fit51/reactive-config-examples_2.12/ -->
<dependency>
<groupId>com.github.fit51</groupId>
<artifactId>reactive-config-examples_2.12</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fit51/reactive-config-examples_2.12/
implementation 'com.github.fit51:reactive-config-examples_2.12:0.0.3'
// https://jarcasting.com/artifacts/com.github.fit51/reactive-config-examples_2.12/
implementation ("com.github.fit51:reactive-config-examples_2.12:0.0.3")
'com.github.fit51:reactive-config-examples_2.12:jar:0.0.3'
<dependency org="com.github.fit51" name="reactive-config-examples_2.12" rev="0.0.3">
<artifact name="reactive-config-examples_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fit51', module='reactive-config-examples_2.12', version='0.0.3')
)
libraryDependencies += "com.github.fit51" % "reactive-config-examples_2.12" % "0.0.3"
[com.github.fit51/reactive-config-examples_2.12 "0.0.3"]