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