| License |
License |
|---|---|
| GroupId | GroupIdcom.outegret |
| ArtifactId | ArtifactIdsupport-web |
| Version | Version1.6.0.RELEASE |
| Type | Typejar |
| Description |
Description基础支持
|
| Filename | Size |
|---|---|
| support-web-1.6.0.RELEASE.pom | |
| support-web-1.6.0.RELEASE.jar | 12 KB |
| support-web-1.6.0.RELEASE-sources.jar | 6 KB |
| support-web-1.6.0.RELEASE-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.outegret/support-web/ -->
<dependency>
<groupId>com.outegret</groupId>
<artifactId>support-web</artifactId>
<version>1.6.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.outegret/support-web/
implementation 'com.outegret:support-web:1.6.0.RELEASE'
// https://jarcasting.com/artifacts/com.outegret/support-web/
implementation ("com.outegret:support-web:1.6.0.RELEASE")
'com.outegret:support-web:jar:1.6.0.RELEASE'
<dependency org="com.outegret" name="support-web" rev="1.6.0.RELEASE">
<artifact name="support-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outegret', module='support-web', version='1.6.0.RELEASE')
)
libraryDependencies += "com.outegret" % "support-web" % "1.6.0.RELEASE"
[com.outegret/support-web "1.6.0.RELEASE"]