GroupId | GroupIdcom.github.strator-dev.greenpepper |
---|---|
ArtifactId | ArtifactIdgreenpepper-samples-application |
Version | Version4.1.5 |
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.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-samples-application/
implementation 'com.github.strator-dev.greenpepper:greenpepper-samples-application:4.1.5'
// https://jarcasting.com/artifacts/com.github.strator-dev.greenpepper/greenpepper-samples-application/
implementation ("com.github.strator-dev.greenpepper:greenpepper-samples-application:4.1.5")
'com.github.strator-dev.greenpepper:greenpepper-samples-application:jar:4.1.5'
<dependency org="com.github.strator-dev.greenpepper" name="greenpepper-samples-application" rev="4.1.5">
<artifact name="greenpepper-samples-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.strator-dev.greenpepper', module='greenpepper-samples-application', version='4.1.5')
)
libraryDependencies += "com.github.strator-dev.greenpepper" % "greenpepper-samples-application" % "4.1.5"
[com.github.strator-dev.greenpepper/greenpepper-samples-application "4.1.5"]