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