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