GroupId | GroupIdcom.aeert |
---|---|
ArtifactId | ArtifactIdvfilter |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
vfilter-2.0.0.pom | |
vfilter-2.0.0.jar | 6 KB |
vfilter-2.0.0-sources.jar | 5 KB |
vfilter-2.0.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aeert/vfilter/ -->
<dependency>
<groupId>com.aeert</groupId>
<artifactId>vfilter</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aeert/vfilter/
implementation 'com.aeert:vfilter:2.0.0'
// https://jarcasting.com/artifacts/com.aeert/vfilter/
implementation ("com.aeert:vfilter:2.0.0")
'com.aeert:vfilter:jar:2.0.0'
<dependency org="com.aeert" name="vfilter" rev="2.0.0">
<artifact name="vfilter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aeert', module='vfilter', version='2.0.0')
)
libraryDependencies += "com.aeert" % "vfilter" % "2.0.0"
[com.aeert/vfilter "2.0.0"]