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