Categories |
CategoriesReact User Interface Web Frameworks config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.fit51 |
ArtifactId | ArtifactIdreactive-config_2.12 |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
reactive-config_2.12-0.1.2.pom | |
reactive-config_2.12-0.1.2.jar | 305 bytes |
reactive-config_2.12-0.1.2-sources.jar | 259 bytes |
reactive-config_2.12-0.1.2-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fit51/reactive-config_2.12/ -->
<dependency>
<groupId>com.github.fit51</groupId>
<artifactId>reactive-config_2.12</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fit51/reactive-config_2.12/
implementation 'com.github.fit51:reactive-config_2.12:0.1.2'
// https://jarcasting.com/artifacts/com.github.fit51/reactive-config_2.12/
implementation ("com.github.fit51:reactive-config_2.12:0.1.2")
'com.github.fit51:reactive-config_2.12:jar:0.1.2'
<dependency org="com.github.fit51" name="reactive-config_2.12" rev="0.1.2">
<artifact name="reactive-config_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fit51', module='reactive-config_2.12', version='0.1.2')
)
libraryDependencies += "com.github.fit51" % "reactive-config_2.12" % "0.1.2"
[com.github.fit51/reactive-config_2.12 "0.1.2"]