GroupId | GroupIdorg.jberet.test-apps |
---|---|
ArtifactId | ArtifactIdpropertyInjection |
Version | Version1.0.0.Alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jberet.test-apps/propertyInjection/ -->
<dependency>
<groupId>org.jberet.test-apps</groupId>
<artifactId>propertyInjection</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jberet.test-apps/propertyInjection/
implementation 'org.jberet.test-apps:propertyInjection:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jberet.test-apps/propertyInjection/
implementation ("org.jberet.test-apps:propertyInjection:1.0.0.Alpha1")
'org.jberet.test-apps:propertyInjection:jar:1.0.0.Alpha1'
<dependency org="org.jberet.test-apps" name="propertyInjection" rev="1.0.0.Alpha1">
<artifact name="propertyInjection" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jberet.test-apps', module='propertyInjection', version='1.0.0.Alpha1')
)
libraryDependencies += "org.jberet.test-apps" % "propertyInjection" % "1.0.0.Alpha1"
[org.jberet.test-apps/propertyInjection "1.0.0.Alpha1"]