GroupId | GroupIdcom.x5dev |
---|---|
ArtifactId | ArtifactIdchunk-templates |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
chunk-templates-2.3.1.pom | |
chunk-templates-2.3.1.jar | 175 KB |
chunk-templates-2.3.1-sources.jar | 131 KB |
chunk-templates-2.3.1-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.x5dev/chunk-templates/ -->
<dependency>
<groupId>com.x5dev</groupId>
<artifactId>chunk-templates</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.x5dev/chunk-templates/
implementation 'com.x5dev:chunk-templates:2.3.1'
// https://jarcasting.com/artifacts/com.x5dev/chunk-templates/
implementation ("com.x5dev:chunk-templates:2.3.1")
'com.x5dev:chunk-templates:jar:2.3.1'
<dependency org="com.x5dev" name="chunk-templates" rev="2.3.1">
<artifact name="chunk-templates" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.x5dev', module='chunk-templates', version='2.3.1')
)
libraryDependencies += "com.x5dev" % "chunk-templates" % "2.3.1"
[com.x5dev/chunk-templates "2.3.1"]