GroupId | GroupIdcom.jd.blockchain |
---|---|
ArtifactId | ArtifactIdutils-web |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
utils-web-1.0.0.RELEASE.pom | |
utils-web-1.0.0.RELEASE.jar | 11 KB |
utils-web-1.0.0.RELEASE-sources.jar | 6 KB |
utils-web-1.0.0.RELEASE-javadoc.jar | 72 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jd.blockchain/utils-web/ -->
<dependency>
<groupId>com.jd.blockchain</groupId>
<artifactId>utils-web</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.jd.blockchain/utils-web/
implementation 'com.jd.blockchain:utils-web:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.jd.blockchain/utils-web/
implementation ("com.jd.blockchain:utils-web:1.0.0.RELEASE")
'com.jd.blockchain:utils-web:jar:1.0.0.RELEASE'
<dependency org="com.jd.blockchain" name="utils-web" rev="1.0.0.RELEASE">
<artifact name="utils-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jd.blockchain', module='utils-web', version='1.0.0.RELEASE')
)
libraryDependencies += "com.jd.blockchain" % "utils-web" % "1.0.0.RELEASE"
[com.jd.blockchain/utils-web "1.0.0.RELEASE"]