Categories |
Categoriesconfig Application Layer Libs Configuration ORM Data |
---|---|
GroupId | GroupIdtech.stormfox |
ArtifactId | ArtifactIdKelaniConfig |
Version | Version2.3.2 |
Type | Typejar |
Filename | Size |
---|---|
KelaniConfig-2.3.2.pom | |
KelaniConfig-2.3.2.jar | 6 KB |
KelaniConfig-2.3.2-sources.jar | 4 KB |
KelaniConfig-2.3.2-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.stormfox/KelaniConfig/ -->
<dependency>
<groupId>tech.stormfox</groupId>
<artifactId>KelaniConfig</artifactId>
<version>2.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/tech.stormfox/KelaniConfig/
implementation 'tech.stormfox:KelaniConfig:2.3.2'
// https://jarcasting.com/artifacts/tech.stormfox/KelaniConfig/
implementation ("tech.stormfox:KelaniConfig:2.3.2")
'tech.stormfox:KelaniConfig:jar:2.3.2'
<dependency org="tech.stormfox" name="KelaniConfig" rev="2.3.2">
<artifact name="KelaniConfig" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.stormfox', module='KelaniConfig', version='2.3.2')
)
libraryDependencies += "tech.stormfox" % "KelaniConfig" % "2.3.2"
[tech.stormfox/KelaniConfig "2.3.2"]