文件下载
文件名 操作
sociaalmled-1.0.7.jar 下载
sociaalmled-1.0.7.pom 下载
sociaalmled-1.0.7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.sociaal</groupId>
  <artifactId>sociaalmled</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'net.sf.sociaal:sociaalmled:1.0.7'
Gradle Kotlin
implementation("net.sf.sociaal:sociaalmled:1.0.7")
Scala SBT
libraryDependencies += "net.sf.sociaal" % "sociaalmled" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.sociaal', module='sociaalmled', version='1.0.7')
)
Apache Ivy
<dependency org="net.sf.sociaal" name="sociaalmled" rev="1.0.7" />
Leiningen
[net.sf.sociaal/sociaalmled "1.0.7"]
Apache Buildr
'net.sf.sociaal:sociaalmled:jar:1.0.7'