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