GroupId | GroupIdme.wuwenbin |
---|---|
ArtifactId | ArtifactIdtemplate-boot-tools |
Version | Version1.0.1.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
template-boot-tools-1.0.1.RELEASE.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-boot-tools/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-boot-tools</artifactId>
<version>1.0.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-boot-tools/
implementation 'me.wuwenbin:template-boot-tools:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-boot-tools/
implementation ("me.wuwenbin:template-boot-tools:1.0.1.RELEASE")
'me.wuwenbin:template-boot-tools:pom:1.0.1.RELEASE'
<dependency org="me.wuwenbin" name="template-boot-tools" rev="1.0.1.RELEASE">
<artifact name="template-boot-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-boot-tools', version='1.0.1.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-boot-tools" % "1.0.1.RELEASE"
[me.wuwenbin/template-boot-tools "1.0.1.RELEASE"]