Spring Boot starter for Plainflow Analytics for Java

Plainflow SDK for Java.

License

License

Categories

Categories

Java Languages Spring Boot Container Microservices
GroupId

GroupId

com.plainflow.analytics.java
ArtifactId

ArtifactId

analytics-spring-boot-starter
Last Version

Last Version

2.0.0-p1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot starter for Plainflow Analytics for Java
Plainflow SDK for Java.

Download analytics-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/com.plainflow.analytics.java/analytics-spring-boot-starter/ -->
<dependency>
    <groupId>com.plainflow.analytics.java</groupId>
    <artifactId>analytics-spring-boot-starter</artifactId>
    <version>2.0.0-p1</version>
</dependency>
// https://jarcasting.com/artifacts/com.plainflow.analytics.java/analytics-spring-boot-starter/
implementation 'com.plainflow.analytics.java:analytics-spring-boot-starter:2.0.0-p1'
// https://jarcasting.com/artifacts/com.plainflow.analytics.java/analytics-spring-boot-starter/
implementation ("com.plainflow.analytics.java:analytics-spring-boot-starter:2.0.0-p1")
'com.plainflow.analytics.java:analytics-spring-boot-starter:jar:2.0.0-p1'
<dependency org="com.plainflow.analytics.java" name="analytics-spring-boot-starter" rev="2.0.0-p1">
  <artifact name="analytics-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.plainflow.analytics.java', module='analytics-spring-boot-starter', version='2.0.0-p1')
)
libraryDependencies += "com.plainflow.analytics.java" % "analytics-spring-boot-starter" % "2.0.0-p1"
[com.plainflow.analytics.java/analytics-spring-boot-starter "2.0.0-p1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.plainflow.analytics.java : analytics jar 2.0.0-p1
org.springframework.boot : spring-boot-autoconfigure jar 1.2.5.RELEASE

Project Modules

There are no modules declared in this project.

Plainflow-java

Plainflow-java is a Java client for Plainflow

Documentation

Documentation is available at https://www.plainflow.com/docs/developers/data-tracking-libraries/java.

Add to pom.xml:

<dependency>
  <groupId>com.plainflow.analytics.java</groupId>
  <artifactId>plainflow</artifactId>
  <version>LATEST</version>
</dependency>

or if you're using Gradle:

compile 'com.plainflow.analytics.java:plainflow:+'

Snapshots

All changes committed to master are automatically released as snapshots.

To add a snapshot dependency to your builds, make sure you add the snapshot repository so your build system can look up the dependency.

Maven users can add the following to their pom.xml:

<repository>
    <id>ossrh</id>
    <name>Sonatype Snapshot Repository</name>
    <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    <releases>
        <enabled>false</enabled>
    </releases>
    <snapshots>
        <enabled>true</enabled>
    </snapshots>
</repository>

Gradle users should declare this in their repositories block:

repositories {
  mavenCentral()
  maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}

License

The MIT License (MIT)

Copyright (c) 2014 Segment, Inc.

Copyright (c) 2017 Plainflow, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

com.plainflow.analytics.java

Plainflow DCP

Versions

Version
2.0.0-p1