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