GroupId | GroupIdcom.sushengren |
---|---|
ArtifactId | ArtifactIdway-crud |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
way-crud-1.0.5.pom | |
way-crud-1.0.5.jar | 41 KB |
way-crud-1.0.5-sources.jar | 26 KB |
way-crud-1.0.5-javadoc.jar | 257 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sushengren/way-crud/ -->
<dependency>
<groupId>com.sushengren</groupId>
<artifactId>way-crud</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.sushengren/way-crud/
implementation 'com.sushengren:way-crud:1.0.5'
// https://jarcasting.com/artifacts/com.sushengren/way-crud/
implementation ("com.sushengren:way-crud:1.0.5")
'com.sushengren:way-crud:jar:1.0.5'
<dependency org="com.sushengren" name="way-crud" rev="1.0.5">
<artifact name="way-crud" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sushengren', module='way-crud', version='1.0.5')
)
libraryDependencies += "com.sushengren" % "way-crud" % "1.0.5"
[com.sushengren/way-crud "1.0.5"]