Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.github.pnowy.nc |
ArtifactId | ArtifactIdnativeCriteria-spring |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pnowy.nc/nativeCriteria-spring/ -->
<dependency>
<groupId>com.github.pnowy.nc</groupId>
<artifactId>nativeCriteria-spring</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pnowy.nc/nativeCriteria-spring/
implementation 'com.github.pnowy.nc:nativeCriteria-spring:3.0.1'
// https://jarcasting.com/artifacts/com.github.pnowy.nc/nativeCriteria-spring/
implementation ("com.github.pnowy.nc:nativeCriteria-spring:3.0.1")
'com.github.pnowy.nc:nativeCriteria-spring:jar:3.0.1'
<dependency org="com.github.pnowy.nc" name="nativeCriteria-spring" rev="3.0.1">
<artifact name="nativeCriteria-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pnowy.nc', module='nativeCriteria-spring', version='3.0.1')
)
libraryDependencies += "com.github.pnowy.nc" % "nativeCriteria-spring" % "3.0.1"
[com.github.pnowy.nc/nativeCriteria-spring "3.0.1"]