a

artifact-publisher

Internal plugin for publishing LikeTheSalad Java and Android libs
https://github.com/LikeTheSalad/artifact-publisher
MIT License
Cesar Munoz
文件下载
文件名 操作
artifact-publisher-3.3.0.jar 下载
artifact-publisher-3.3.0.pom 下载
artifact-publisher-3.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.likethesalad.tools</groupId>
  <artifactId>artifact-publisher</artifactId>
  <version>3.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.likethesalad.tools:artifact-publisher:3.3.0'
Gradle Kotlin
implementation("com.likethesalad.tools:artifact-publisher:3.3.0")
Scala SBT
libraryDependencies += "com.likethesalad.tools" % "artifact-publisher" % "3.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.likethesalad.tools', module='artifact-publisher', version='3.3.0')
)
Apache Ivy
<dependency org="com.likethesalad.tools" name="artifact-publisher" rev="3.3.0" />
Leiningen
[com.likethesalad.tools/artifact-publisher "3.3.0"]
Apache Buildr
'com.likethesalad.tools:artifact-publisher:jar:3.3.0'