GroupId | GroupIdcom.feingto |
---|---|
ArtifactId | ArtifactIdfeingto-gateway-filter |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
feingto-gateway-filter-1.2.pom | |
feingto-gateway-filter-1.2.jar | 112 KB |
feingto-gateway-filter-1.2-sources.jar | 52 KB |
feingto-gateway-filter-1.2-javadoc.jar | 300 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.feingto/feingto-gateway-filter/ -->
<dependency>
<groupId>com.feingto</groupId>
<artifactId>feingto-gateway-filter</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.feingto/feingto-gateway-filter/
implementation 'com.feingto:feingto-gateway-filter:1.2'
// https://jarcasting.com/artifacts/com.feingto/feingto-gateway-filter/
implementation ("com.feingto:feingto-gateway-filter:1.2")
'com.feingto:feingto-gateway-filter:jar:1.2'
<dependency org="com.feingto" name="feingto-gateway-filter" rev="1.2">
<artifact name="feingto-gateway-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.feingto', module='feingto-gateway-filter', version='1.2')
)
libraryDependencies += "com.feingto" % "feingto-gateway-filter" % "1.2"
[com.feingto/feingto-gateway-filter "1.2"]