Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.zhokhov.graphql |
ArtifactId | ArtifactIdgraphql-datetime-spring-boot-starter |
Version | Version1.8.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-spring-boot-starter/ -->
<dependency>
<groupId>com.zhokhov.graphql</groupId>
<artifactId>graphql-datetime-spring-boot-starter</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-spring-boot-starter/
implementation 'com.zhokhov.graphql:graphql-datetime-spring-boot-starter:1.8.0'
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-spring-boot-starter/
implementation ("com.zhokhov.graphql:graphql-datetime-spring-boot-starter:1.8.0")
'com.zhokhov.graphql:graphql-datetime-spring-boot-starter:jar:1.8.0'
<dependency org="com.zhokhov.graphql" name="graphql-datetime-spring-boot-starter" rev="1.8.0">
<artifact name="graphql-datetime-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhokhov.graphql', module='graphql-datetime-spring-boot-starter', version='1.8.0')
)
libraryDependencies += "com.zhokhov.graphql" % "graphql-datetime-spring-boot-starter" % "1.8.0"
[com.zhokhov.graphql/graphql-datetime-spring-boot-starter "1.8.0"]