Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.skeychen |
ArtifactId | ArtifactIddswork-parent |
Version | Version8.8.3 |
Type | Typepom |
Filename | Size |
---|---|
dswork-parent-8.8.3.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.skeychen/dswork-parent/ -->
<dependency>
<groupId>com.github.skeychen</groupId>
<artifactId>dswork-parent</artifactId>
<version>8.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-parent/
implementation 'com.github.skeychen:dswork-parent:8.8.3'
// https://jarcasting.com/artifacts/com.github.skeychen/dswork-parent/
implementation ("com.github.skeychen:dswork-parent:8.8.3")
'com.github.skeychen:dswork-parent:pom:8.8.3'
<dependency org="com.github.skeychen" name="dswork-parent" rev="8.8.3">
<artifact name="dswork-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.skeychen', module='dswork-parent', version='8.8.3')
)
libraryDependencies += "com.github.skeychen" % "dswork-parent" % "8.8.3"
[com.github.skeychen/dswork-parent "8.8.3"]