p

package

A maven package to ease off the usage of Arrays in Java.
https://github.com/msaf9/package
MIT License
Sahil Afrid Farookhi
Files download
File Operation
package-1.0.0.jar download
package-1.0.0.pom download
package-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.msaf9</groupId>
  <artifactId>package</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.msaf9:package:1.0.0'
Gradle Kotlin
implementation("io.github.msaf9:package:1.0.0")
Scala SBT
libraryDependencies += "io.github.msaf9" % "package" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.msaf9', module='package', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.msaf9" name="package" rev="1.0.0" />
Leiningen
[io.github.msaf9/package "1.0.0"]
Apache Buildr
'io.github.msaf9:package:jar:1.0.0'
Dependencies