GroupId | GroupIdorg.sakaiproject |
---|---|
ArtifactId | ArtifactIdwebcomponents-parent |
Version | Version21.3 |
Type | Typepom |
Filename | Size |
---|---|
webcomponents-parent-21.3.pom | 720 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject/webcomponents-parent/ -->
<dependency>
<groupId>org.sakaiproject</groupId>
<artifactId>webcomponents-parent</artifactId>
<version>21.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject/webcomponents-parent/
implementation 'org.sakaiproject:webcomponents-parent:21.3'
// https://jarcasting.com/artifacts/org.sakaiproject/webcomponents-parent/
implementation ("org.sakaiproject:webcomponents-parent:21.3")
'org.sakaiproject:webcomponents-parent:pom:21.3'
<dependency org="org.sakaiproject" name="webcomponents-parent" rev="21.3">
<artifact name="webcomponents-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject', module='webcomponents-parent', version='21.3')
)
libraryDependencies += "org.sakaiproject" % "webcomponents-parent" % "21.3"
[org.sakaiproject/webcomponents-parent "21.3"]