Files download
File Operation
hynnet-webplugin-1.0.7.jar download
hynnet-webplugin-1.0.7.pom download
hynnet-webplugin-1.0.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hynnet</groupId>
  <artifactId>hynnet-webplugin</artifactId>
  <version>1.0.7</version>
</dependency>
Gradle Groovy
implementation 'com.hynnet:hynnet-webplugin:1.0.7'
Gradle Kotlin
implementation("com.hynnet:hynnet-webplugin:1.0.7")
Scala SBT
libraryDependencies += "com.hynnet" % "hynnet-webplugin" % "1.0.7"
Groovy Grape
@Grapes(
  @Grab(group='com.hynnet', module='hynnet-webplugin', version='1.0.7')
)
Apache Ivy
<dependency org="com.hynnet" name="hynnet-webplugin" rev="1.0.7" />
Leiningen
[com.hynnet/hynnet-webplugin "1.0.7"]
Apache Buildr
'com.hynnet:hynnet-webplugin:jar:1.0.7'