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