b

bizppurio-api

A application used as an example on how to set up pushing its components to the Central Repository.
https://github.com/bizppurio-api/bizapi-java-lib
The Apache License, Version 2.0
Manfred Moser
Files download
File Operation
bizppurio-api-0.0.1.jar download
bizppurio-api-0.0.1.pom download
bizppurio-api-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.bizppurio-api</groupId>
  <artifactId>bizppurio-api</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.bizppurio-api:bizppurio-api:0.0.1'
Gradle Kotlin
implementation("io.github.bizppurio-api:bizppurio-api:0.0.1")
Scala SBT
libraryDependencies += "io.github.bizppurio-api" % "bizppurio-api" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.bizppurio-api', module='bizppurio-api', version='0.0.1')
)
Apache Ivy
<dependency org="io.github.bizppurio-api" name="bizppurio-api" rev="0.0.1" />
Leiningen
[io.github.bizppurio-api/bizppurio-api "0.0.1"]
Apache Buildr
'io.github.bizppurio-api:bizppurio-api:jar:0.0.1'