Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.antonsjava |
ArtifactId | ArtifactIdweb-filter |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
web-filter-1.0.pom | |
web-filter-1.0.jar | 33 KB |
web-filter-1.0-sources.jar | 30 KB |
web-filter-1.0-javadoc.jar | 561 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antonsjava/web-filter/ -->
<dependency>
<groupId>com.github.antonsjava</groupId>
<artifactId>web-filter</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonsjava/web-filter/
implementation 'com.github.antonsjava:web-filter:1.0'
// https://jarcasting.com/artifacts/com.github.antonsjava/web-filter/
implementation ("com.github.antonsjava:web-filter:1.0")
'com.github.antonsjava:web-filter:jar:1.0'
<dependency org="com.github.antonsjava" name="web-filter" rev="1.0">
<artifact name="web-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonsjava', module='web-filter', version='1.0')
)
libraryDependencies += "com.github.antonsjava" % "web-filter" % "1.0"
[com.github.antonsjava/web-filter "1.0"]