GroupId | GroupIdtop.chaser.framework |
---|---|
ArtifactId | ArtifactIdcommon-web |
Version | VersionB-1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
common-web-B-1.0.0.RELEASE.pom | |
common-web-B-1.0.0.RELEASE.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.chaser.framework/common-web/ -->
<dependency>
<groupId>top.chaser.framework</groupId>
<artifactId>common-web</artifactId>
<version>B-1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/top.chaser.framework/common-web/
implementation 'top.chaser.framework:common-web:B-1.0.0.RELEASE'
// https://jarcasting.com/artifacts/top.chaser.framework/common-web/
implementation ("top.chaser.framework:common-web:B-1.0.0.RELEASE")
'top.chaser.framework:common-web:jar:B-1.0.0.RELEASE'
<dependency org="top.chaser.framework" name="common-web" rev="B-1.0.0.RELEASE">
<artifact name="common-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.chaser.framework', module='common-web', version='B-1.0.0.RELEASE')
)
libraryDependencies += "top.chaser.framework" % "common-web" % "B-1.0.0.RELEASE"
[top.chaser.framework/common-web "B-1.0.0.RELEASE"]