Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdorg.craftercms |
ArtifactId | ArtifactIdcrafter-search-commons |
Version | Version3.1.9E |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.craftercms/crafter-search-commons/ -->
<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-search-commons</artifactId>
<version>3.1.9E</version>
</dependency>
// https://jarcasting.com/artifacts/org.craftercms/crafter-search-commons/
implementation 'org.craftercms:crafter-search-commons:3.1.9E'
// https://jarcasting.com/artifacts/org.craftercms/crafter-search-commons/
implementation ("org.craftercms:crafter-search-commons:3.1.9E")
'org.craftercms:crafter-search-commons:jar:3.1.9E'
<dependency org="org.craftercms" name="crafter-search-commons" rev="3.1.9E">
<artifact name="crafter-search-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-search-commons', version='3.1.9E')
)
libraryDependencies += "org.craftercms" % "crafter-search-commons" % "3.1.9E"
[org.craftercms/crafter-search-commons "3.1.9E"]