GroupId | GroupIdcom.vwkit |
---|---|
ArtifactId | ArtifactIdmatrix-boot-starter-freemarker |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.vwkit/matrix-boot-starter-freemarker/ -->
<dependency>
<groupId>com.vwkit</groupId>
<artifactId>matrix-boot-starter-freemarker</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vwkit/matrix-boot-starter-freemarker/
implementation 'com.vwkit:matrix-boot-starter-freemarker:1.0.0'
// https://jarcasting.com/artifacts/com.vwkit/matrix-boot-starter-freemarker/
implementation ("com.vwkit:matrix-boot-starter-freemarker:1.0.0")
'com.vwkit:matrix-boot-starter-freemarker:jar:1.0.0'
<dependency org="com.vwkit" name="matrix-boot-starter-freemarker" rev="1.0.0">
<artifact name="matrix-boot-starter-freemarker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vwkit', module='matrix-boot-starter-freemarker', version='1.0.0')
)
libraryDependencies += "com.vwkit" % "matrix-boot-starter-freemarker" % "1.0.0"
[com.vwkit/matrix-boot-starter-freemarker "1.0.0"]