| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdorg.apache.shardingsphere |
| ArtifactId | ArtifactIddatabase-time-service |
| Version | Version4.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| database-time-service-4.1.0.pom | |
| database-time-service-4.1.0.jar | 20 KB |
| database-time-service-4.1.0-sources.jar | 19 KB |
| database-time-service-4.1.0-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere/database-time-service/ -->
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>database-time-service</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere/database-time-service/
implementation 'org.apache.shardingsphere:database-time-service:4.1.0'
// https://jarcasting.com/artifacts/org.apache.shardingsphere/database-time-service/
implementation ("org.apache.shardingsphere:database-time-service:4.1.0")
'org.apache.shardingsphere:database-time-service:jar:4.1.0'
<dependency org="org.apache.shardingsphere" name="database-time-service" rev="4.1.0">
<artifact name="database-time-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere', module='database-time-service', version='4.1.0')
)
libraryDependencies += "org.apache.shardingsphere" % "database-time-service" % "4.1.0"
[org.apache.shardingsphere/database-time-service "4.1.0"]