GroupId | GroupIdcom.centit.framework |
---|---|
ArtifactId | ArtifactIdframework-filter |
Version | Version4.1.1803 |
Type | Typejar |
Filename | Size |
---|---|
framework-filter-4.1.1803.pom | |
framework-filter-4.1.1803.jar | 23 KB |
framework-filter-4.1.1803-sources.jar | 19 KB |
framework-filter-4.1.1803-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-filter/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-filter</artifactId>
<version>4.1.1803</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-filter/
implementation 'com.centit.framework:framework-filter:4.1.1803'
// https://jarcasting.com/artifacts/com.centit.framework/framework-filter/
implementation ("com.centit.framework:framework-filter:4.1.1803")
'com.centit.framework:framework-filter:jar:4.1.1803'
<dependency org="com.centit.framework" name="framework-filter" rev="4.1.1803">
<artifact name="framework-filter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-filter', version='4.1.1803')
)
libraryDependencies += "com.centit.framework" % "framework-filter" % "4.1.1803"
[com.centit.framework/framework-filter "4.1.1803"]