Proficio API

Proficio sample application from "Better Builds with Maven"

License

License

GroupId

GroupId

com.mergere.mvnbook.proficio
ArtifactId

ArtifactId

proficio-api
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

Proficio API
Proficio sample application from "Better Builds with Maven"

Download proficio-api

How to add to project

<!-- https://jarcasting.com/artifacts/com.mergere.mvnbook.proficio/proficio-api/ -->
<dependency>
    <groupId>com.mergere.mvnbook.proficio</groupId>
    <artifactId>proficio-api</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mergere.mvnbook.proficio/proficio-api/
implementation 'com.mergere.mvnbook.proficio:proficio-api:0.9'
// https://jarcasting.com/artifacts/com.mergere.mvnbook.proficio/proficio-api/
implementation ("com.mergere.mvnbook.proficio:proficio-api:0.9")
'com.mergere.mvnbook.proficio:proficio-api:jar:0.9'
<dependency org="com.mergere.mvnbook.proficio" name="proficio-api" rev="0.9">
  <artifact name="proficio-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mergere.mvnbook.proficio', module='proficio-api', version='0.9')
)
libraryDependencies += "com.mergere.mvnbook.proficio" % "proficio-api" % "0.9"
[com.mergere.mvnbook.proficio/proficio-api "0.9"]

Dependencies

compile (1)

Group / Artifact Type Version
com.mergere.mvnbook.proficio : proficio-model jar 0.9

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9
0.8