GroupId | GroupIdcom.aeert |
---|---|
ArtifactId | ArtifactIdjfilter |
Version | Version2.1.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jfilter-2.1.0.RELEASE.pom | |
jfilter-2.1.0.RELEASE.jar | 10 KB |
jfilter-2.1.0.RELEASE-sources.jar | 8 KB |
jfilter-2.1.0.RELEASE-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aeert/jfilter/ -->
<dependency>
<groupId>com.aeert</groupId>
<artifactId>jfilter</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeert/jfilter/
implementation 'com.aeert:jfilter:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.aeert/jfilter/
implementation ("com.aeert:jfilter:2.1.0.RELEASE")
'com.aeert:jfilter:jar:2.1.0.RELEASE'
<dependency org="com.aeert" name="jfilter" rev="2.1.0.RELEASE">
<artifact name="jfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeert', module='jfilter', version='2.1.0.RELEASE')
)
libraryDependencies += "com.aeert" % "jfilter" % "2.1.0.RELEASE"
[com.aeert/jfilter "2.1.0.RELEASE"]