License |
License |
---|---|
GroupId | GroupIdcom.glookast.commons |
ArtifactId | ArtifactIdcommons-templates |
Version | Version3.3.0 |
Type | Typejar |
Description |
Descriptioncommons-templates
Common classes used for interfacing with Glookast Products
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-templates-3.3.0.pom | |
commons-templates-3.3.0.jar | 71 KB |
commons-templates-3.3.0-sources.jar | 38 KB |
commons-templates-3.3.0-javadoc.jar | 137 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.glookast.commons/commons-templates/ -->
<dependency>
<groupId>com.glookast.commons</groupId>
<artifactId>commons-templates</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates/
implementation 'com.glookast.commons:commons-templates:3.3.0'
// https://jarcasting.com/artifacts/com.glookast.commons/commons-templates/
implementation ("com.glookast.commons:commons-templates:3.3.0")
'com.glookast.commons:commons-templates:jar:3.3.0'
<dependency org="com.glookast.commons" name="commons-templates" rev="3.3.0">
<artifact name="commons-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.glookast.commons', module='commons-templates', version='3.3.0')
)
libraryDependencies += "com.glookast.commons" % "commons-templates" % "3.3.0"
[com.glookast.commons/commons-templates "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.8 |
com.glookast.commons : commons-base | jar | 2.0.1 |
com.glookast.commons : commons-xml | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.5.2 |