| GroupId | GroupIdcom.glookast.commons |
|---|---|
| ArtifactId | ArtifactIdcommons-templates-schemas |
| Version | Version2.2.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>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates-schemas/
implementation 'com.glookast.commons:commons-templates-schemas:2.2.0'
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates-schemas/
implementation ("com.glookast.commons:commons-templates-schemas:2.2.0")
'com.glookast.commons:commons-templates-schemas:jar:2.2.0'
<dependency org="com.glookast.commons" name="commons-templates-schemas" rev="2.2.0">
<artifact name="commons-templates-schemas" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glookast.commons', module='commons-templates-schemas', version='2.2.0')
)
libraryDependencies += "com.glookast.commons" % "commons-templates-schemas" % "2.2.0"
[com.glookast.commons/commons-templates-schemas "2.2.0"]