| GroupId | GroupIdcom.glookast.commons |
|---|---|
| ArtifactId | ArtifactIdcommons-templates-schemas |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.glookast.commons/commons-templates-schemas/ -->
<dependency>
<groupId>com.glookast.commons</groupId>
<artifactId>commons-templates-schemas</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates-schemas/
implementation 'com.glookast.commons:commons-templates-schemas:1.0.0'
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates-schemas/
implementation ("com.glookast.commons:commons-templates-schemas:1.0.0")
'com.glookast.commons:commons-templates-schemas:jar:1.0.0'
<dependency org="com.glookast.commons" name="commons-templates-schemas" rev="1.0.0">
<artifact name="commons-templates-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glookast.commons', module='commons-templates-schemas', version='1.0.0')
)
libraryDependencies += "com.glookast.commons" % "commons-templates-schemas" % "1.0.0"
[com.glookast.commons/commons-templates-schemas "1.0.0"]