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