w

whois-server-list-maven-plugin

Compiles from a list of sources a whois server list
https://github.com/whois-server-list/${project.artifactId}
Files download
File Operation
whois-server-list-maven-plugin-0.1.0.jar download
whois-server-list-maven-plugin-0.1.0.pom download
whois-server-list-maven-plugin-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.malkusch.whois-server-list</groupId>
  <artifactId>whois-server-list-maven-plugin</artifactId>
  <version>0.1.0</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'de.malkusch.whois-server-list:whois-server-list-maven-plugin:0.1.0'
Gradle Kotlin
implementation("de.malkusch.whois-server-list:whois-server-list-maven-plugin:0.1.0")
Scala SBT
libraryDependencies += "de.malkusch.whois-server-list" % "whois-server-list-maven-plugin" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.malkusch.whois-server-list', module='whois-server-list-maven-plugin', version='0.1.0')
)
Apache Ivy
<dependency org="de.malkusch.whois-server-list" name="whois-server-list-maven-plugin" rev="0.1.0" />
Leiningen
[de.malkusch.whois-server-list/whois-server-list-maven-plugin "0.1.0"]
Apache Buildr
'de.malkusch.whois-server-list:whois-server-list-maven-plugin:jar:0.1.0'