GroupId | GroupIdcom.github.phillip-kruger.microprofile-extentions |
---|---|
ArtifactId | ArtifactIdcdi-filter |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cdi-filter-1.0.2.pom | |
cdi-filter-1.0.2.jar | 3 KB |
cdi-filter-1.0.2-sources.jar | 3 KB |
cdi-filter-1.0.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/cdi-filter/ -->
<dependency>
<groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
<artifactId>cdi-filter</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/cdi-filter/
implementation 'com.github.phillip-kruger.microprofile-extentions:cdi-filter:1.0.2'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/cdi-filter/
implementation ("com.github.phillip-kruger.microprofile-extentions:cdi-filter:1.0.2")
'com.github.phillip-kruger.microprofile-extentions:cdi-filter:jar:1.0.2'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="cdi-filter" rev="1.0.2">
<artifact name="cdi-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='cdi-filter', version='1.0.2')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "cdi-filter" % "1.0.2"
[com.github.phillip-kruger.microprofile-extentions/cdi-filter "1.0.2"]