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