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 Aikaterini Iliakopoulou
文件下载
文件名 操作
socialsensor-framework-common-0.2.2.jar 下载
socialsensor-framework-common-0.2.2.pom 下载
socialsensor-framework-common-0.2.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>eu.socialsensor</groupId>
  <artifactId>socialsensor-framework-common</artifactId>
  <version>0.2.2</version>
</dependency>
Gradle Groovy
implementation 'eu.socialsensor:socialsensor-framework-common:0.2.2'
Gradle Kotlin
implementation("eu.socialsensor:socialsensor-framework-common:0.2.2")
Scala SBT
libraryDependencies += "eu.socialsensor" % "socialsensor-framework-common" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='eu.socialsensor', module='socialsensor-framework-common', version='0.2.2')
)
Apache Ivy
<dependency org="eu.socialsensor" name="socialsensor-framework-common" rev="0.2.2" />
Leiningen
[eu.socialsensor/socialsensor-framework-common "0.2.2"]
Apache Buildr
'eu.socialsensor:socialsensor-framework-common:jar:0.2.2'