| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators config Configuration |
|---|---|
| Группа | Группаcom.zhokhov.graphql |
| Идентификатор | Идентификаторgraphql-datetime-autoconfigure |
| Версия | Версия1.2.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure/ -->
<dependency>
<groupId>com.zhokhov.graphql</groupId>
<artifactId>graphql-datetime-autoconfigure</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure/
implementation 'com.zhokhov.graphql:graphql-datetime-autoconfigure:1.2.0'
// https://jarcasting.com/artifacts/com.zhokhov.graphql/graphql-datetime-autoconfigure/
implementation ("com.zhokhov.graphql:graphql-datetime-autoconfigure:1.2.0")
'com.zhokhov.graphql:graphql-datetime-autoconfigure:jar:1.2.0'
<dependency org="com.zhokhov.graphql" name="graphql-datetime-autoconfigure" rev="1.2.0">
<artifact name="graphql-datetime-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zhokhov.graphql', module='graphql-datetime-autoconfigure', version='1.2.0')
)
libraryDependencies += "com.zhokhov.graphql" % "graphql-datetime-autoconfigure" % "1.2.0"
[com.zhokhov.graphql/graphql-datetime-autoconfigure "1.2.0"]