m

maven-build-profiler-server-common

Code common to the server-side
文件下载
文件名 操作
maven-build-profiler-server-common-1.0.6.jar 下载
maven-build-profiler-server-common-1.0.6.pom 下载
maven-build-profiler-server-common-1.0.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>de.code-sourcery.maven.buildprofiler</groupId>
  <artifactId>maven-build-profiler-server-common</artifactId>
  <version>1.0.6</version>
</dependency>
Gradle Groovy
implementation 'de.code-sourcery.maven.buildprofiler:maven-build-profiler-server-common:1.0.6'
Gradle Kotlin
implementation("de.code-sourcery.maven.buildprofiler:maven-build-profiler-server-common:1.0.6")
Scala SBT
libraryDependencies += "de.code-sourcery.maven.buildprofiler" % "maven-build-profiler-server-common" % "1.0.6"
Groovy Grape
@Grapes(
  @Grab(group='de.code-sourcery.maven.buildprofiler', module='maven-build-profiler-server-common', version='1.0.6')
)
Apache Ivy
<dependency org="de.code-sourcery.maven.buildprofiler" name="maven-build-profiler-server-common" rev="1.0.6" />
Leiningen
[de.code-sourcery.maven.buildprofiler/maven-build-profiler-server-common "1.0.6"]
Apache Buildr
'de.code-sourcery.maven.buildprofiler:maven-build-profiler-server-common:jar:1.0.6'