| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
| GroupId | GroupIdcom.zhokhov.graphql |
| ArtifactId | ArtifactIdgraphql-datetime-autoconfigure-common |
| Last Version | Last Version4.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiongraphql-java-datetime
The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure-common/ -->
<dependency>
<groupId>com.zhokhov.graphql</groupId>
<artifactId>graphql-datetime-autoconfigure-common</artifactId>
<version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure-common/
implementation 'com.zhokhov.graphql:graphql-datetime-autoconfigure-common:4.1.0'
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure-common/
implementation ("com.zhokhov.graphql:graphql-datetime-autoconfigure-common:4.1.0")
'com.zhokhov.graphql:graphql-datetime-autoconfigure-common:jar:4.1.0'
<dependency org="com.zhokhov.graphql" name="graphql-datetime-autoconfigure-common" rev="4.1.0">
<artifact name="graphql-datetime-autoconfigure-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhokhov.graphql', module='graphql-datetime-autoconfigure-common', version='4.1.0')
)
libraryDependencies += "com.zhokhov.graphql" % "graphql-datetime-autoconfigure-common" % "4.1.0"
[com.zhokhov.graphql/graphql-datetime-autoconfigure-common "4.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.zhokhov.graphql : graphql-java-datetime | jar | 4.1.0 |
| com.graphql-java-kickstart : graphql-spring-boot-autoconfigure | jar | 12.0.0 |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.5.4 |