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