a

artifact-publisher

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