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