License |
License |
---|---|
GroupId | GroupIdorg.prevayler.extras |
ArtifactId | ArtifactIdextras-parent |
Last Version | Last Version2.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionExtras parent
Prevayler is the open source Java prevalence layer.
|
Filename | Size |
---|---|
extras-parent-2.6.pom | 765 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.prevayler.extras/extras-parent/ -->
<dependency>
<groupId>org.prevayler.extras</groupId>
<artifactId>extras-parent</artifactId>
<version>2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.prevayler.extras/extras-parent/
implementation 'org.prevayler.extras:extras-parent:2.6'
// https://jarcasting.com/artifacts/org.prevayler.extras/extras-parent/
implementation ("org.prevayler.extras:extras-parent:2.6")
'org.prevayler.extras:extras-parent:pom:2.6'
<dependency org="org.prevayler.extras" name="extras-parent" rev="2.6">
<artifact name="extras-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.prevayler.extras', module='extras-parent', version='2.6')
)
libraryDependencies += "org.prevayler.extras" % "extras-parent" % "2.6"
[org.prevayler.extras/extras-parent "2.6"]