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