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