GroupId | GroupIdcom.glookast.commons |
---|---|
ArtifactId | ArtifactIdcommons-templates |
Version | Version3.1.2 |
Type | Typejar |
Filename | Size |
---|---|
commons-templates-3.1.2.pom | |
commons-templates-3.1.2.jar | 54 KB |
commons-templates-3.1.2-sources.jar | 33 KB |
commons-templates-3.1.2-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.glookast.commons/commons-templates/ -->
<dependency>
<groupId>com.glookast.commons</groupId>
<artifactId>commons-templates</artifactId>
<version>3.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates/
implementation 'com.glookast.commons:commons-templates:3.1.2'
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates/
implementation ("com.glookast.commons:commons-templates:3.1.2")
'com.glookast.commons:commons-templates:jar:3.1.2'
<dependency org="com.glookast.commons" name="commons-templates" rev="3.1.2">
<artifact name="commons-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glookast.commons', module='commons-templates', version='3.1.2')
)
libraryDependencies += "com.glookast.commons" % "commons-templates" % "3.1.2"
[com.glookast.commons/commons-templates "3.1.2"]