GroupId | GroupIdcom.github.strator-dev.greenpepper |
---|---|
ArtifactId | ArtifactIdgreenpepper-samples-application |
Version | Version4.2.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-samples-application/ -->
<dependency>
<groupId>com.github.strator-dev.greenpepper</groupId>
<artifactId>greenpepper-samples-application</artifactId>
<version>4.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-samples-application/
implementation 'com.github.strator-dev.greenpepper:greenpepper-samples-application:4.2.3'
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-samples-application/
implementation ("com.github.strator-dev.greenpepper:greenpepper-samples-application:4.2.3")
'com.github.strator-dev.greenpepper:greenpepper-samples-application:jar:4.2.3'
<dependency org="com.github.strator-dev.greenpepper" name="greenpepper-samples-application" rev="4.2.3">
<artifact name="greenpepper-samples-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.strator-dev.greenpepper', module='greenpepper-samples-application', version='4.2.3')
)
libraryDependencies += "com.github.strator-dev.greenpepper" % "greenpepper-samples-application" % "4.2.3"
[com.github.strator-dev.greenpepper/greenpepper-samples-application "4.2.3"]