License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdcom.synedge.oss |
ArtifactId | ArtifactIdoss-groovy-parent |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSynedge open source parent pom for groovy projects
This pom should be the parent of all groovy or Java/groovy open-source projects within Synedge.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
oss-groovy-parent-1.0.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.synedge.oss/oss-groovy-parent/ -->
<dependency>
<groupId>com.synedge.oss</groupId>
<artifactId>oss-groovy-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.synedge.oss/oss-groovy-parent/
implementation 'com.synedge.oss:oss-groovy-parent:1.0.1'
// https://jarcasting.com/artifacts/com.synedge.oss/oss-groovy-parent/
implementation ("com.synedge.oss:oss-groovy-parent:1.0.1")
'com.synedge.oss:oss-groovy-parent:pom:1.0.1'
<dependency org="com.synedge.oss" name="oss-groovy-parent" rev="1.0.1">
<artifact name="oss-groovy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.synedge.oss', module='oss-groovy-parent', version='1.0.1')
)
libraryDependencies += "com.synedge.oss" % "oss-groovy-parent" % "1.0.1"
[com.synedge.oss/oss-groovy-parent "1.0.1"]