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