Categories |
CategoriesStripe Business Logic Libraries Financial |
---|---|
GroupId | GroupIdcom.samaxes.stripes |
ArtifactId | ArtifactIdstripes-injection-enricher |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.samaxes.stripes/stripes-injection-enricher/ -->
<dependency>
<groupId>com.samaxes.stripes</groupId>
<artifactId>stripes-injection-enricher</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.samaxes.stripes/stripes-injection-enricher/
implementation 'com.samaxes.stripes:stripes-injection-enricher:1.0'
// https://jarcasting.com/artifacts/com.samaxes.stripes/stripes-injection-enricher/
implementation ("com.samaxes.stripes:stripes-injection-enricher:1.0")
'com.samaxes.stripes:stripes-injection-enricher:jar:1.0'
<dependency org="com.samaxes.stripes" name="stripes-injection-enricher" rev="1.0">
<artifact name="stripes-injection-enricher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.samaxes.stripes', module='stripes-injection-enricher', version='1.0')
)
libraryDependencies += "com.samaxes.stripes" % "stripes-injection-enricher" % "1.0"
[com.samaxes.stripes/stripes-injection-enricher "1.0"]