s

socialsensor-framework-common

This project contains the main class and interface declarations to be used by other projects.
https://github.com/socialsensor/socialsensor-framework-common
The Apache Software License, Version 2.0
Manos Schinas
Files download
File Operation
socialsensor-framework-common-0.1.jar download
socialsensor-framework-common-0.1.pom download
socialsensor-framework-common-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.socialsensor</groupId>
  <artifactId>socialsensor-framework-common</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'eu.socialsensor:socialsensor-framework-common:0.1'
Gradle Kotlin
implementation("eu.socialsensor:socialsensor-framework-common:0.1")
Scala SBT
libraryDependencies += "eu.socialsensor" % "socialsensor-framework-common" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='eu.socialsensor', module='socialsensor-framework-common', version='0.1')
)
Apache Ivy
<dependency org="eu.socialsensor" name="socialsensor-framework-common" rev="0.1" />
Leiningen
[eu.socialsensor/socialsensor-framework-common "0.1"]
Apache Buildr
'eu.socialsensor:socialsensor-framework-common:jar:0.1'