GroupId | GroupIdorg.sakaiproject.common |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version11.1 |
Type | Typepom |
Filename | Size |
---|---|
common-11.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.sakaiproject.common/common/ -->
<dependency>
<groupId>org.sakaiproject.common</groupId>
<artifactId>common</artifactId>
<version>11.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.common/common/
implementation 'org.sakaiproject.common:common:11.1'
// https://jarcasting.com/artifacts/org.sakaiproject.common/common/
implementation ("org.sakaiproject.common:common:11.1")
'org.sakaiproject.common:common:pom:11.1'
<dependency org="org.sakaiproject.common" name="common" rev="11.1">
<artifact name="common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.common', module='common', version='11.1')
)
libraryDependencies += "org.sakaiproject.common" % "common" % "11.1"
[org.sakaiproject.common/common "11.1"]