| Categories |
Categoriesconfig Application Layer Libs Configuration |
|---|---|
| GroupId | GroupIdcom.ecfront.dew |
| ArtifactId | ArtifactIdconfig |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| config-1.0.0.pom | |
| config-1.0.0.jar | 3 KB |
| config-1.0.0-sources.jar | 2 KB |
| config-1.0.0-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ecfront.dew/config/ -->
<dependency>
<groupId>com.ecfront.dew</groupId>
<artifactId>config</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecfront.dew/config/
implementation 'com.ecfront.dew:config:1.0.0'
// https://jarcasting.com/artifacts/com.ecfront.dew/config/
implementation ("com.ecfront.dew:config:1.0.0")
'com.ecfront.dew:config:jar:1.0.0'
<dependency org="com.ecfront.dew" name="config" rev="1.0.0">
<artifact name="config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecfront.dew', module='config', version='1.0.0')
)
libraryDependencies += "com.ecfront.dew" % "config" % "1.0.0"
[com.ecfront.dew/config "1.0.0"]