License |
License |
---|---|
Categories |
CategoriesBuild Tools |
GroupId | GroupIdorg.mycontroller |
ArtifactId | ArtifactIdmycontroller-build-tools-parent |
Version | Version1 |
Type | Typepom |
Description |
DescriptionMycontroller Build Tools Parent
Contains build tools for MyController projects
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mycontroller-build-tools-parent-1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools-parent/ -->
<dependency>
<groupId>org.mycontroller</groupId>
<artifactId>mycontroller-build-tools-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools-parent/
implementation 'org.mycontroller:mycontroller-build-tools-parent:1'
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-build-tools-parent/
implementation ("org.mycontroller:mycontroller-build-tools-parent:1")
'org.mycontroller:mycontroller-build-tools-parent:pom:1'
<dependency org="org.mycontroller" name="mycontroller-build-tools-parent" rev="1">
<artifact name="mycontroller-build-tools-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mycontroller', module='mycontroller-build-tools-parent', version='1')
)
libraryDependencies += "org.mycontroller" % "mycontroller-build-tools-parent" % "1"
[org.mycontroller/mycontroller-build-tools-parent "1"]