| Группа | Группаorg.apache.shardingsphere |
|---|---|
| Идентификатор | Идентификаторencrypt-core-common |
| Версия | Версия4.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| encrypt-core-common-4.1.0.pom | |
| encrypt-core-common-4.1.0.jar | 34 KB |
| encrypt-core-common-4.1.0-sources.jar | 29 KB |
| encrypt-core-common-4.1.0-javadoc.jar | 168 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/encrypt-core-common/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>encrypt-core-common</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/encrypt-core-common/
implementation 'org.apache.shardingsphere:encrypt-core-common:4.1.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/encrypt-core-common/
implementation ("org.apache.shardingsphere:encrypt-core-common:4.1.0")
'org.apache.shardingsphere:encrypt-core-common:jar:4.1.0'
<dependency org="org.apache.shardingsphere" name="encrypt-core-common" rev="4.1.0">
<artifact name="encrypt-core-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='encrypt-core-common', version='4.1.0')
)
libraryDependencies += "org.apache.shardingsphere" % "encrypt-core-common" % "4.1.0"
[org.apache.shardingsphere/encrypt-core-common "4.1.0"]