a

artifact-publisher

Plugin that sets up android and java libraries mavenCentral publishing configurations
https://github.com/LikeTheSalad/artifact-publisher
MIT License
Cesar Munoz
文件下载
文件名 操作
artifact-publisher-1.2.0.jar 下载
artifact-publisher-1.2.0.pom 下载
artifact-publisher-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.likethesalad.tools</groupId>
  <artifactId>artifact-publisher</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.likethesalad.tools:artifact-publisher:1.2.0'
Gradle Kotlin
implementation("com.likethesalad.tools:artifact-publisher:1.2.0")
Scala SBT
libraryDependencies += "com.likethesalad.tools" % "artifact-publisher" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.likethesalad.tools', module='artifact-publisher', version='1.2.0')
)
Apache Ivy
<dependency org="com.likethesalad.tools" name="artifact-publisher" rev="1.2.0" />
Leiningen
[com.likethesalad.tools/artifact-publisher "1.2.0"]
Apache Buildr
'com.likethesalad.tools:artifact-publisher:jar:1.2.0'