GroupId | GroupIdcom.devonfw.cobigen |
---|---|
ArtifactId | ArtifactIdhtmlplugin |
Version | Version2.1.0 |
Type | Typejar |
Filename | Size |
---|---|
htmlplugin-2.1.0.pom | |
htmlplugin-2.1.0.jar | 11 KB |
htmlplugin-2.1.0-sources.jar | 8 KB |
htmlplugin-2.1.0-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devonfw.cobigen/htmlplugin/ -->
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>htmlplugin</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.devonfw.cobigen/htmlplugin/
implementation 'com.devonfw.cobigen:htmlplugin:2.1.0'
// https://jarcasting.com/artifacts/com.devonfw.cobigen/htmlplugin/
implementation ("com.devonfw.cobigen:htmlplugin:2.1.0")
'com.devonfw.cobigen:htmlplugin:jar:2.1.0'
<dependency org="com.devonfw.cobigen" name="htmlplugin" rev="2.1.0">
<artifact name="htmlplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devonfw.cobigen', module='htmlplugin', version='2.1.0')
)
libraryDependencies += "com.devonfw.cobigen" % "htmlplugin" % "2.1.0"
[com.devonfw.cobigen/htmlplugin "2.1.0"]