| GroupId | GroupIdicu.easyj |
|---|---|
| ArtifactId | ArtifactIdeasyj-web-param-crypto |
| Version | Version0.2.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/icu.easyj/easyj-web-param-crypto/ -->
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>easyj-web-param-crypto</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj/easyj-web-param-crypto/
implementation 'icu.easyj:easyj-web-param-crypto:0.2.0'
// https://jarcasting.com/artifacts/icu.easyj/easyj-web-param-crypto/
implementation ("icu.easyj:easyj-web-param-crypto:0.2.0")
'icu.easyj:easyj-web-param-crypto:jar:0.2.0'
<dependency org="icu.easyj" name="easyj-web-param-crypto" rev="0.2.0">
<artifact name="easyj-web-param-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='icu.easyj', module='easyj-web-param-crypto', version='0.2.0')
)
libraryDependencies += "icu.easyj" % "easyj-web-param-crypto" % "0.2.0"
[icu.easyj/easyj-web-param-crypto "0.2.0"]