a

artifact-publisher

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