Categories |
CategoriesGroovy Languages |
---|---|
GroupId | GroupIdcom.github.acavailhez |
ArtifactId | ArtifactIdgroovy-html-renderer-resources |
Version | Version2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.acavailhez/groovy-html-renderer-resources/ -->
<dependency>
<groupId>com.github.acavailhez</groupId>
<artifactId>groovy-html-renderer-resources</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.acavailhez/groovy-html-renderer-resources/
implementation 'com.github.acavailhez:groovy-html-renderer-resources:2.0'
// https://jarcasting.com/artifacts/com.github.acavailhez/groovy-html-renderer-resources/
implementation ("com.github.acavailhez:groovy-html-renderer-resources:2.0")
'com.github.acavailhez:groovy-html-renderer-resources:jar:2.0'
<dependency org="com.github.acavailhez" name="groovy-html-renderer-resources" rev="2.0">
<artifact name="groovy-html-renderer-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.acavailhez', module='groovy-html-renderer-resources', version='2.0')
)
libraryDependencies += "com.github.acavailhez" % "groovy-html-renderer-resources" % "2.0"
[com.github.acavailhez/groovy-html-renderer-resources "2.0"]