Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdcom.healthy-chn.security |
ArtifactId | ArtifactIdhealthy-common-core |
Version | Version1.1.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-core/ -->
<dependency>
<groupId>com.healthy-chn.security</groupId>
<artifactId>healthy-common-core</artifactId>
<version>1.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-core/
implementation 'com.healthy-chn.security:healthy-common-core:1.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.healthy-chn.security/healthy-common-core/
implementation ("com.healthy-chn.security:healthy-common-core:1.1.0.RELEASE")
'com.healthy-chn.security:healthy-common-core:jar:1.1.0.RELEASE'
<dependency org="com.healthy-chn.security" name="healthy-common-core" rev="1.1.0.RELEASE">
<artifact name="healthy-common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.healthy-chn.security', module='healthy-common-core', version='1.1.0.RELEASE')
)
libraryDependencies += "com.healthy-chn.security" % "healthy-common-core" % "1.1.0.RELEASE"
[com.healthy-chn.security/healthy-common-core "1.1.0.RELEASE"]