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