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