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