GroupId | GroupIdcom.devonfw.cobigen |
---|---|
ArtifactId | ArtifactIdtsplugin |
Version | Version2.4.4 |
Type | Typejar |
Filename | Size |
---|---|
tsplugin-2.4.4.pom | |
tsplugin-2.4.4.jar | 26 KB |
tsplugin-2.4.4-sources.jar | 15 KB |
tsplugin-2.4.4-javadoc.jar | 445 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devonfw.cobigen/tsplugin/ -->
<dependency>
<groupId>com.devonfw.cobigen</groupId>
<artifactId>tsplugin</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.devonfw.cobigen/tsplugin/
implementation 'com.devonfw.cobigen:tsplugin:2.4.4'
// https://jarcasting.com/artifacts/com.devonfw.cobigen/tsplugin/
implementation ("com.devonfw.cobigen:tsplugin:2.4.4")
'com.devonfw.cobigen:tsplugin:jar:2.4.4'
<dependency org="com.devonfw.cobigen" name="tsplugin" rev="2.4.4">
<artifact name="tsplugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devonfw.cobigen', module='tsplugin', version='2.4.4')
)
libraryDependencies += "com.devonfw.cobigen" % "tsplugin" % "2.4.4"
[com.devonfw.cobigen/tsplugin "2.4.4"]