Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.github.wasiqb.coteafs |
ArtifactId | ArtifactIdconfigs |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
configs-1.2.0.pom | |
configs-1.2.0.jar | 7 KB |
configs-1.2.0-sources.jar | 6 KB |
configs-1.2.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/configs/ -->
<dependency>
<groupId>com.github.wasiqb.coteafs</groupId>
<artifactId>configs</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/configs/
implementation 'com.github.wasiqb.coteafs:configs:1.2.0'
// https://jarcasting.com/artifacts/com.github.wasiqb.coteafs/configs/
implementation ("com.github.wasiqb.coteafs:configs:1.2.0")
'com.github.wasiqb.coteafs:configs:jar:1.2.0'
<dependency org="com.github.wasiqb.coteafs" name="configs" rev="1.2.0">
<artifact name="configs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wasiqb.coteafs', module='configs', version='1.2.0')
)
libraryDependencies += "com.github.wasiqb.coteafs" % "configs" % "1.2.0"
[com.github.wasiqb.coteafs/configs "1.2.0"]