GroupId | GroupIdcom.github.subchen |
---|---|
ArtifactId | ArtifactIdjetbrick-template-jodd |
Version | Version2.0.9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-jodd/ -->
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-template-jodd</artifactId>
<version>2.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-jodd/
implementation 'com.github.subchen:jetbrick-template-jodd:2.0.9'
// https://jarcasting.com/artifacts/com.github.subchen/jetbrick-template-jodd/
implementation ("com.github.subchen:jetbrick-template-jodd:2.0.9")
'com.github.subchen:jetbrick-template-jodd:jar:2.0.9'
<dependency org="com.github.subchen" name="jetbrick-template-jodd" rev="2.0.9">
<artifact name="jetbrick-template-jodd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.subchen', module='jetbrick-template-jodd', version='2.0.9')
)
libraryDependencies += "com.github.subchen" % "jetbrick-template-jodd" % "2.0.9"
[com.github.subchen/jetbrick-template-jodd "2.0.9"]