destination-filters
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.segment.analytics.kotlin</groupId> <artifactId>destination-filters</artifactId> <version>1.2.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.segment.analytics.kotlin</groupId> <artifactId>destination-filters</artifactId> <version>1.2.1</version> <packaging>aar</packaging> <name>DestinationFilters-Kotlin</name> <description>Enrich and modify events via OTA updates</description> <url>http://github.com/segmentio/DestinationFilters-kotlin</url> <licenses> <license> <name>Twilio Software Development Kit License Agreement 2.0</name> <url>https://github.com/segment-integrations/DestinationFilters-Kotlin/blob/main/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>segmentio</id> <name>Segment, Inc.</name> </developer> </developers> <scm> <connection>scm:git:git://github.com/segmentio/DestinationFilters-kotlin.git</connection> <developerConnection>scm:git:ssh://git@github.com/segmentio/DestinationFilters-kotlin.git</developerConnection> <url>http://github.com/segmentio/DestinationFilters-kotlin</url> </scm> <dependencies> <dependency> <artifactId>kotlin-stdlib-jdk8</artifactId> <groupId>org.jetbrains.kotlin</groupId> <version>1.7.0</version> <scope>compile</scope> </dependency> <dependency> <artifactId>analytics-kotlin-live</artifactId> <groupId>com.segment.analytics.kotlin</groupId> <version>1.2.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>substrata</artifactId> <groupId>com.segment.analytics.kotlin</groupId> <version>1.1.1</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>android</artifactId> <groupId>com.segment.analytics.kotlin</groupId> <version>1.20.0</version> <scope>runtime</scope> </dependency> <dependency> <artifactId>core-ktx</artifactId> <groupId>androidx.core</groupId> <version>1.7.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>