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