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