Categories |
CategoriesAuto Application Layer Libs Code Generators config Configuration |
---|---|
GroupId | GroupIdcom.zhokhov.graphql |
ArtifactId | ArtifactIdgraphql-datetime-autoconfigure |
Version | Version1.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure/ -->
<dependency>
<groupId>com.zhokhov.graphql</groupId>
<artifactId>graphql-datetime-autoconfigure</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure/
implementation 'com.zhokhov.graphql:graphql-datetime-autoconfigure:1.5.1'
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure/
implementation ("com.zhokhov.graphql:graphql-datetime-autoconfigure:1.5.1")
'com.zhokhov.graphql:graphql-datetime-autoconfigure:jar:1.5.1'
<dependency org="com.zhokhov.graphql" name="graphql-datetime-autoconfigure" rev="1.5.1">
<artifact name="graphql-datetime-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhokhov.graphql', module='graphql-datetime-autoconfigure', version='1.5.1')
)
libraryDependencies += "com.zhokhov.graphql" % "graphql-datetime-autoconfigure" % "1.5.1"
[com.zhokhov.graphql/graphql-datetime-autoconfigure "1.5.1"]