is not current version
Last Version 1.0.1

com.synedge.oss:oss-groovy-parent 1.0.0

This pom should be the parent of all groovy or Java/groovy open-source projects within Synedge.

Categories

Categories

Groovy Languages
GroupId

GroupId

com.synedge.oss
ArtifactId

ArtifactId

oss-groovy-parent
Version

Version

1.0.0
Type

Type

pom

Download oss-groovy-parent 1.0.0


<!-- https://jarcasting.com/artifacts/com.synedge.oss/oss-groovy-parent/ -->
<dependency>
    <groupId>com.synedge.oss</groupId>
    <artifactId>oss-groovy-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.synedge.oss/oss-groovy-parent/
implementation 'com.synedge.oss:oss-groovy-parent:1.0.0'
// https://jarcasting.com/artifacts/com.synedge.oss/oss-groovy-parent/
implementation ("com.synedge.oss:oss-groovy-parent:1.0.0")
'com.synedge.oss:oss-groovy-parent:pom:1.0.0'
<dependency org="com.synedge.oss" name="oss-groovy-parent" rev="1.0.0">
  <artifact name="oss-groovy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.synedge.oss', module='oss-groovy-parent', version='1.0.0')
)
libraryDependencies += "com.synedge.oss" % "oss-groovy-parent" % "1.0.0"
[com.synedge.oss/oss-groovy-parent "1.0.0"]