Categories |
CategoriesConfiguration Application Layer Libs config |
---|---|
GroupId | GroupIdcom.pastdev.httpcomponents |
ArtifactId | ArtifactIdconfiguration |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
configuration-0.0.7.pom | |
configuration-0.0.7.jar | 6 KB |
configuration-0.0.7-sources.jar | 3 KB |
configuration-0.0.7-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pastdev.httpcomponents/configuration/ -->
<dependency>
<groupId>com.pastdev.httpcomponents</groupId>
<artifactId>configuration</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/configuration/
implementation 'com.pastdev.httpcomponents:configuration:0.0.7'
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/configuration/
implementation ("com.pastdev.httpcomponents:configuration:0.0.7")
'com.pastdev.httpcomponents:configuration:jar:0.0.7'
<dependency org="com.pastdev.httpcomponents" name="configuration" rev="0.0.7">
<artifact name="configuration" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pastdev.httpcomponents', module='configuration', version='0.0.7')
)
libraryDependencies += "com.pastdev.httpcomponents" % "configuration" % "0.0.7"
[com.pastdev.httpcomponents/configuration "0.0.7"]