is not current version
Last Version 0.0.5

net.avcompris.commons:avc-examples-shared3 0.0.1

The “shared” layer for an example REST API project that shows how to use the avc-commons3 framework.

Categories

Categories

Net
GroupId

GroupId

net.avcompris.commons
ArtifactId

ArtifactId

avc-examples-shared3
Version

Version

0.0.1
Type

Type

pom

Download avc-examples-shared3 0.0.1


<!-- https://jarcasting.com/artifacts/net.avcompris.commons/avc-examples-shared3/ -->
<dependency>
    <groupId>net.avcompris.commons</groupId>
    <artifactId>avc-examples-shared3</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.avcompris.commons/avc-examples-shared3/
implementation 'net.avcompris.commons:avc-examples-shared3:0.0.1'
// https://jarcasting.com/artifacts/net.avcompris.commons/avc-examples-shared3/
implementation ("net.avcompris.commons:avc-examples-shared3:0.0.1")
'net.avcompris.commons:avc-examples-shared3:pom:0.0.1'
<dependency org="net.avcompris.commons" name="avc-examples-shared3" rev="0.0.1">
  <artifact name="avc-examples-shared3" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.avcompris.commons', module='avc-examples-shared3', version='0.0.1')
)
libraryDependencies += "net.avcompris.commons" % "avc-examples-shared3" % "0.0.1"
[net.avcompris.commons/avc-examples-shared3 "0.0.1"]