Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.github.cmlbeliever |
ArtifactId | ArtifactIdcacheable-search-mvc |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
cacheable-search-mvc-1.0.pom | |
cacheable-search-mvc-1.0.jar | 20 KB |
cacheable-search-mvc-1.0-sources.jar | 7 KB |
cacheable-search-mvc-1.0-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cmlbeliever/cacheable-search-mvc/ -->
<dependency>
<groupId>com.github.cmlbeliever</groupId>
<artifactId>cacheable-search-mvc</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cmlbeliever/cacheable-search-mvc/
implementation 'com.github.cmlbeliever:cacheable-search-mvc:1.0'
// https://jarcasting.com/artifacts/com.github.cmlbeliever/cacheable-search-mvc/
implementation ("com.github.cmlbeliever:cacheable-search-mvc:1.0")
'com.github.cmlbeliever:cacheable-search-mvc:jar:1.0'
<dependency org="com.github.cmlbeliever" name="cacheable-search-mvc" rev="1.0">
<artifact name="cacheable-search-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cmlbeliever', module='cacheable-search-mvc', version='1.0')
)
libraryDependencies += "com.github.cmlbeliever" % "cacheable-search-mvc" % "1.0"
[com.github.cmlbeliever/cacheable-search-mvc "1.0"]