GroupId | GroupIdorg.craftercms |
---|---|
ArtifactId | ArtifactIdcrafter-studio-publishing-receiver |
Version | Version2.5.10 |
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.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-studio-publishing-receiver/
implementation 'org.craftercms:crafter-studio-publishing-receiver:2.5.10'
// https://jarcasting.com/artifacts/org.craftercms/crafter-studio-publishing-receiver/
implementation ("org.craftercms:crafter-studio-publishing-receiver:2.5.10")
'org.craftercms:crafter-studio-publishing-receiver:jar:2.5.10'
<dependency org="org.craftercms" name="crafter-studio-publishing-receiver" rev="2.5.10">
<artifact name="crafter-studio-publishing-receiver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-studio-publishing-receiver', version='2.5.10')
)
libraryDependencies += "org.craftercms" % "crafter-studio-publishing-receiver" % "2.5.10"
[org.craftercms/crafter-studio-publishing-receiver "2.5.10"]