GroupId | GroupIdorg.apache.shardingsphere |
---|---|
ArtifactId | ArtifactIdencrypt-core |
Version | Version4.0.0 |
Type | Typepom |
Filename | Size |
---|---|
encrypt-core-4.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/encrypt-core/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>encrypt-core</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/encrypt-core/
implementation 'org.apache.shardingsphere:encrypt-core:4.0.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/encrypt-core/
implementation ("org.apache.shardingsphere:encrypt-core:4.0.0")
'org.apache.shardingsphere:encrypt-core:pom:4.0.0'
<dependency org="org.apache.shardingsphere" name="encrypt-core" rev="4.0.0">
<artifact name="encrypt-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='encrypt-core', version='4.0.0')
)
libraryDependencies += "org.apache.shardingsphere" % "encrypt-core" % "4.0.0"
[org.apache.shardingsphere/encrypt-core "4.0.0"]