License |
License |
---|---|
GroupId | GroupIdxyz.cofe |
ArtifactId | ArtifactIdbasic-template |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbasic-template
string templates
|
Filename | Size |
---|---|
basic-template-1.1.pom | |
basic-template-1.1.jar | 73 KB |
basic-template-1.1-sources.jar | 30 KB |
basic-template-1.1-javadoc.jar | 537 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.cofe/basic-template/ -->
<dependency>
<groupId>xyz.cofe</groupId>
<artifactId>basic-template</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.cofe/basic-template/
implementation 'xyz.cofe:basic-template:1.1'
// https://jarcasting.com/artifacts/xyz.cofe/basic-template/
implementation ("xyz.cofe:basic-template:1.1")
'xyz.cofe:basic-template:jar:1.1'
<dependency org="xyz.cofe" name="basic-template" rev="1.1">
<artifact name="basic-template" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.cofe', module='basic-template', version='1.1')
)
libraryDependencies += "xyz.cofe" % "basic-template" % "1.1"
[xyz.cofe/basic-template "1.1"]
Group / Artifact | Type | Version |
---|---|---|
xyz.cofe : ecolls | jar | 1.3 |
xyz.cofe : types | jar | 1.0 |
xyz.cofe : text | jar | 1.0 |
xyz.cofe : text-lex | jar | 1.0 |
xyz.cofe : simple-types | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |