is not current version
Last Version 1.0.2

it.vige.wildfly:book 1.0.1

Mastering Java EE Development with WildFly 10

Categories

Categories

WildFly Container Application Servers
GroupId

GroupId

it.vige.wildfly
ArtifactId

ArtifactId

book
Version

Version

1.0.1
Type

Type

pom

Download book 1.0.1

Filename Size
book-1.0.1.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/it.vige.wildfly/book/ -->
<dependency>
    <groupId>it.vige.wildfly</groupId>
    <artifactId>book</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.vige.wildfly/book/
implementation 'it.vige.wildfly:book:1.0.1'
// https://jarcasting.com/artifacts/it.vige.wildfly/book/
implementation ("it.vige.wildfly:book:1.0.1")
'it.vige.wildfly:book:pom:1.0.1'
<dependency org="it.vige.wildfly" name="book" rev="1.0.1">
  <artifact name="book" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.vige.wildfly', module='book', version='1.0.1')
)
libraryDependencies += "it.vige.wildfly" % "book" % "1.0.1"
[it.vige.wildfly/book "1.0.1"]