h

hiska-maven-example

Example project for use th plugin for control the basic concept
https://github.com/yracnet/hiska-maven-plugin
The Apache License, Version 2.0
Willyams Yujra
Files download
File Operation
hiska-maven-example-1.0.2.pom download
hiska-maven-example-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hiskasoft.maven</groupId>
  <artifactId>hiska-maven-example</artifactId>
  <version>1.0.2</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.hiskasoft.maven:hiska-maven-example:1.0.2'
Gradle Kotlin
implementation("com.hiskasoft.maven:hiska-maven-example:1.0.2")
Scala SBT
libraryDependencies += "com.hiskasoft.maven" % "hiska-maven-example" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.hiskasoft.maven', module='hiska-maven-example', version='1.0.2')
)
Apache Ivy
<dependency org="com.hiskasoft.maven" name="hiska-maven-example" rev="1.0.2" />
Leiningen
[com.hiskasoft.maven/hiska-maven-example "1.0.2"]
Apache Buildr
'com.hiskasoft.maven:hiska-maven-example:jar:1.0.2'