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