Categories |
Categoriesconfig Application Layer Libs Configuration KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.skeychen |
ArtifactId | ArtifactIddswork-config |
Version | Version9.0.1 |
Type | Typejar |
Filename | Size |
---|---|
dswork-config-9.0.1.pom | |
dswork-config-9.0.1.jar | 31 KB |
dswork-config-9.0.1-sources.jar | 28 KB |
dswork-config-9.0.1-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-config/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-config</artifactId>
<version>9.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-config/
implementation 'com.github.skeychen:dswork-config:9.0.1'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-config/
implementation ("com.github.skeychen:dswork-config:9.0.1")
'com.github.skeychen:dswork-config:jar:9.0.1'
<dependency org="com.github.skeychen" name="dswork-config" rev="9.0.1">
<artifact name="dswork-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-config', version='9.0.1')
)
libraryDependencies += "com.github.skeychen" % "dswork-config" % "9.0.1"
[com.github.skeychen/dswork-config "9.0.1"]