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