| License |
License |
|---|---|
| GroupId | GroupIdpub.carzy |
| ArtifactId | ArtifactIdweb_utils |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionweb_utils
基于SpringBoot一些Web插件
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| web_utils-1.0.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pub.carzy/web_utils/ -->
<dependency>
<groupId>pub.carzy</groupId>
<artifactId>web_utils</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pub.carzy/web_utils/
implementation 'pub.carzy:web_utils:1.0'
// https://jarcasting.com/artifacts/pub.carzy/web_utils/
implementation ("pub.carzy:web_utils:1.0")
'pub.carzy:web_utils:pom:1.0'
<dependency org="pub.carzy" name="web_utils" rev="1.0">
<artifact name="web_utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='pub.carzy', module='web_utils', version='1.0')
)
libraryDependencies += "pub.carzy" % "web_utils" % "1.0"
[pub.carzy/web_utils "1.0"]