GroupId | GroupIdme.wuwenbin |
---|---|
ArtifactId | ArtifactIdtemplate-utils-pojo |
Version | Version1.3.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/me.wuwenbin/template-utils-pojo/ -->
<dependency>
<groupId>me.wuwenbin</groupId>
<artifactId>template-utils-pojo</artifactId>
<version>1.3.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-pojo/
implementation 'me.wuwenbin:template-utils-pojo:1.3.1.RELEASE'
// https://jarcasting.com/artifacts/me.wuwenbin/template-utils-pojo/
implementation ("me.wuwenbin:template-utils-pojo:1.3.1.RELEASE")
'me.wuwenbin:template-utils-pojo:jar:1.3.1.RELEASE'
<dependency org="me.wuwenbin" name="template-utils-pojo" rev="1.3.1.RELEASE">
<artifact name="template-utils-pojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.wuwenbin', module='template-utils-pojo', version='1.3.1.RELEASE')
)
libraryDependencies += "me.wuwenbin" % "template-utils-pojo" % "1.3.1.RELEASE"
[me.wuwenbin/template-utils-pojo "1.3.1.RELEASE"]