Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.skeychen |
ArtifactId | ArtifactIddswork-core |
Version | Version8.8.2 |
Type | Typejar |
Filename | Size |
---|---|
dswork-core-8.8.2.pom | |
dswork-core-8.8.2.jar | 60 KB |
dswork-core-8.8.2-sources.jar | 46 KB |
dswork-core-8.8.2-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-core/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-core</artifactId>
<version>8.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-core/
implementation 'com.github.skeychen:dswork-core:8.8.2'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-core/
implementation ("com.github.skeychen:dswork-core:8.8.2")
'com.github.skeychen:dswork-core:jar:8.8.2'
<dependency org="com.github.skeychen" name="dswork-core" rev="8.8.2">
<artifact name="dswork-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-core', version='8.8.2')
)
libraryDependencies += "com.github.skeychen" % "dswork-core" % "8.8.2"
[com.github.skeychen/dswork-core "8.8.2"]