| Categories |
CategoriesNative Development Tools |
|---|---|
| GroupId | GroupIdcom.github.pnowy.nc |
| ArtifactId | ArtifactIdnativeCriteria-spring |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nativeCriteria-spring-2.0.pom | |
| nativeCriteria-spring-2.0.jar | 13 KB |
| nativeCriteria-spring-2.0-sources.jar | 6 KB |
| nativeCriteria-spring-2.0-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pnowy.nc/nativeCriteria-spring/ -->
<dependency>
<groupId>com.github.pnowy.nc</groupId>
<artifactId>nativeCriteria-spring</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pnowy.nc/nativeCriteria-spring/
implementation 'com.github.pnowy.nc:nativeCriteria-spring:2.0'
// https://jarcasting.com/artifacts/com.github.pnowy.nc/nativeCriteria-spring/
implementation ("com.github.pnowy.nc:nativeCriteria-spring:2.0")
'com.github.pnowy.nc:nativeCriteria-spring:jar:2.0'
<dependency org="com.github.pnowy.nc" name="nativeCriteria-spring" rev="2.0">
<artifact name="nativeCriteria-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pnowy.nc', module='nativeCriteria-spring', version='2.0')
)
libraryDependencies += "com.github.pnowy.nc" % "nativeCriteria-spring" % "2.0"
[com.github.pnowy.nc/nativeCriteria-spring "2.0"]