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