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