is not current version
Last Version 11.4

org.sakaiproject.deploy:common-deploy 11.3

This pom deploys misc. jars to common/lib.

GroupId

GroupId

org.sakaiproject.deploy
ArtifactId

ArtifactId

common-deploy
Version

Version

11.3
Type

Type

pom

Download common-deploy 11.3

Filename Size
common-deploy-11.3.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.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sakaiproject.deploy/common-deploy/
implementation 'org.sakaiproject.deploy:common-deploy:11.3'
// https://jarcasting.com/artifacts/org.sakaiproject.deploy/common-deploy/
implementation ("org.sakaiproject.deploy:common-deploy:11.3")
'org.sakaiproject.deploy:common-deploy:pom:11.3'
<dependency org="org.sakaiproject.deploy" name="common-deploy" rev="11.3">
  <artifact name="common-deploy" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sakaiproject.deploy', module='common-deploy', version='11.3')
)
libraryDependencies += "org.sakaiproject.deploy" % "common-deploy" % "11.3"
[org.sakaiproject.deploy/common-deploy "11.3"]