| GroupId | GroupIdcom.glue42 |
|---|---|
| ArtifactId | ArtifactIdglue42-parent |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| glue42-parent-1.0.pom | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.glue42/glue42-parent/ -->
<dependency>
<groupId>com.glue42</groupId>
<artifactId>glue42-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.glue42/glue42-parent/
implementation 'com.glue42:glue42-parent:1.0'
// https://jarcasting.com/artifacts/com.glue42/glue42-parent/
implementation ("com.glue42:glue42-parent:1.0")
'com.glue42:glue42-parent:pom:1.0'
<dependency org="com.glue42" name="glue42-parent" rev="1.0">
<artifact name="glue42-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.glue42', module='glue42-parent', version='1.0')
)
libraryDependencies += "com.glue42" % "glue42-parent" % "1.0"
[com.glue42/glue42-parent "1.0"]