GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-studio-publishing-receiver |
Version | Version2.5.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-studio-publishing-receiver/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-studio-publishing-receiver</artifactId>
<version>2.5.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-studio-publishing-receiver/
implementation 'org.craftercms:crafter-studio-publishing-receiver:2.5.13'
// https://jarcasting.com/artifacts/org.craftercms/crafter-studio-publishing-receiver/
implementation ("org.craftercms:crafter-studio-publishing-receiver:2.5.13")
'org.craftercms:crafter-studio-publishing-receiver:jar:2.5.13'
<dependency org="org.craftercms" name="crafter-studio-publishing-receiver" rev="2.5.13">
<artifact name="crafter-studio-publishing-receiver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-studio-publishing-receiver', version='2.5.13')
)
libraryDependencies += "org.craftercms" % "crafter-studio-publishing-receiver" % "2.5.13"
[org.craftercms/crafter-studio-publishing-receiver "2.5.13"]