Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdit.vige.wildfly |
ArtifactId | ArtifactIdbook |
Version | Version1.0.1 |
Type | Typepom |
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"]