n

nativedependencies-maven-plugin

This plugin allows the automatic unpacking of natives in jars depending on a classifier with a certain pattern
https://github.com/virtuoushub/mavennatives/
Apache License 2
文件下载
文件名 操作
nativedependencies-maven-plugin-0.2.1.jar 下载
nativedependencies-maven-plugin-0.2.1.pom 下载
nativedependencies-maven-plugin-0.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.colapietro.maven.plugins</groupId>
  <artifactId>nativedependencies-maven-plugin</artifactId>
  <version>0.2.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.colapietro.maven.plugins:nativedependencies-maven-plugin:0.2.1'
Gradle Kotlin
implementation("org.colapietro.maven.plugins:nativedependencies-maven-plugin:0.2.1")
Scala SBT
libraryDependencies += "org.colapietro.maven.plugins" % "nativedependencies-maven-plugin" % "0.2.1"
Groovy Grape
@Grapes(
  @Grab(group='org.colapietro.maven.plugins', module='nativedependencies-maven-plugin', version='0.2.1')
)
Apache Ivy
<dependency org="org.colapietro.maven.plugins" name="nativedependencies-maven-plugin" rev="0.2.1" />
Leiningen
[org.colapietro.maven.plugins/nativedependencies-maven-plugin "0.2.1"]
Apache Buildr
'org.colapietro.maven.plugins:nativedependencies-maven-plugin:jar:0.2.1'