Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdorg.appfuse |
ArtifactId | ArtifactIdappfuse-light-stripes |
Version | Version2.1.0 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-light-stripes/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-light-stripes</artifactId>
<version>2.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-stripes/
implementation 'org.appfuse:appfuse-light-stripes:2.1.0'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light-stripes/
implementation ("org.appfuse:appfuse-light-stripes:2.1.0")
'org.appfuse:appfuse-light-stripes:war:2.1.0'
<dependency org="org.appfuse" name="appfuse-light-stripes" rev="2.1.0">
<artifact name="appfuse-light-stripes" type="war" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-light-stripes', version='2.1.0')
)
libraryDependencies += "org.appfuse" % "appfuse-light-stripes" % "2.1.0"
[org.appfuse/appfuse-light-stripes "2.1.0"]