License |
License |
---|---|
Categories |
CategoriesStripe Business Logic Libraries Financial |
GroupId | GroupIdorg.stripesframework |
ArtifactId | ArtifactIdstripes-parent |
Last Version | Last Version2.0.0-EAP-4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStripes Parent
Stripes web framework parent project.
|
Project Organization |
Project OrganizationStripes Framework |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
stripes-parent-2.0.0-EAP-4.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.stripesframework/stripes-parent/ -->
<dependency>
<groupId>org.stripesframework</groupId>
<artifactId>stripes-parent</artifactId>
<version>2.0.0-EAP-4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.stripesframework/stripes-parent/
implementation 'org.stripesframework:stripes-parent:2.0.0-EAP-4'
// https://jarcasting.com/artifacts/org.stripesframework/stripes-parent/
implementation ("org.stripesframework:stripes-parent:2.0.0-EAP-4")
'org.stripesframework:stripes-parent:pom:2.0.0-EAP-4'
<dependency org="org.stripesframework" name="stripes-parent" rev="2.0.0-EAP-4">
<artifact name="stripes-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.stripesframework', module='stripes-parent', version='2.0.0-EAP-4')
)
libraryDependencies += "org.stripesframework" % "stripes-parent" % "2.0.0-EAP-4"
[org.stripesframework/stripes-parent "2.0.0-EAP-4"]