a

artifact-lookup-maven-plugin

Artifact Lookup/Search Plugin for Maven 3. The Lookup/Search Plugin searches a local jar/zip file in a remote repository and returns Maven dependency node if found in the remote repository.
https://github.com/codspire/artifact-lookup-maven-plugin
The Apache Software License, Version 2.0
Rakesh Nagar
Files download
File Operation
artifact-lookup-maven-plugin-0.5.0.jar download
artifact-lookup-maven-plugin-0.5.0.pom download
artifact-lookup-maven-plugin-0.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codspire.plugins</groupId>
  <artifactId>artifact-lookup-maven-plugin</artifactId>
  <version>0.5.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.codspire.plugins:artifact-lookup-maven-plugin:0.5.0'
Gradle Kotlin
implementation("com.codspire.plugins:artifact-lookup-maven-plugin:0.5.0")
Scala SBT
libraryDependencies += "com.codspire.plugins" % "artifact-lookup-maven-plugin" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.codspire.plugins', module='artifact-lookup-maven-plugin', version='0.5.0')
)
Apache Ivy
<dependency org="com.codspire.plugins" name="artifact-lookup-maven-plugin" rev="0.5.0" />
Leiningen
[com.codspire.plugins/artifact-lookup-maven-plugin "0.5.0"]
Apache Buildr
'com.codspire.plugins:artifact-lookup-maven-plugin:jar:0.5.0'