Categories |
Categoriesconfig Application Layer Libs Configuration KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdtech.ferus |
ArtifactId | ArtifactIdConfigKeys |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
ConfigKeys-4.0.1.pom | |
ConfigKeys-4.0.1.jar | 13 KB |
ConfigKeys-4.0.1-sources.jar | 10 KB |
ConfigKeys-4.0.1-shaded.jar | 3 MB |
ConfigKeys-4.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/tech.ferus/ConfigKeys/ -->
<dependency>
<groupId>tech.ferus</groupId>
<artifactId>ConfigKeys</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.ferus/ConfigKeys/
implementation 'tech.ferus:ConfigKeys:4.0.1'
// https://jarcasting.com/artifacts/tech.ferus/ConfigKeys/
implementation ("tech.ferus:ConfigKeys:4.0.1")
'tech.ferus:ConfigKeys:jar:4.0.1'
<dependency org="tech.ferus" name="ConfigKeys" rev="4.0.1">
<artifact name="ConfigKeys" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.ferus', module='ConfigKeys', version='4.0.1')
)
libraryDependencies += "tech.ferus" % "ConfigKeys" % "4.0.1"
[tech.ferus/ConfigKeys "4.0.1"]