GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdtypescript-parent |
Version | Version1.5.0-beta |
Type | Typepom |
Filename | Size |
---|---|
typescript-parent-1.5.0-beta.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/typescript-parent/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>typescript-parent</artifactId>
<version>1.5.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/typescript-parent/
implementation 'org.webjars:typescript-parent:1.5.0-beta'
// https://jarcasting.com/artifacts/org.webjars/typescript-parent/
implementation ("org.webjars:typescript-parent:1.5.0-beta")
'org.webjars:typescript-parent:pom:1.5.0-beta'
<dependency org="org.webjars" name="typescript-parent" rev="1.5.0-beta">
<artifact name="typescript-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='typescript-parent', version='1.5.0-beta')
)
libraryDependencies += "org.webjars" % "typescript-parent" % "1.5.0-beta"
[org.webjars/typescript-parent "1.5.0-beta"]