MyController parent pom

MyController parent pom file used across

License

License

GroupId

GroupId

org.mycontroller
ArtifactId

ArtifactId

mycontroller-parent
Last Version

Last Version

43
Release Date

Release Date

Type

Type

pom
Description

Description

MyController parent pom
MyController parent pom file used across
Project URL

Project URL

https://github.com/mycontroller-org
Source Code Management

Source Code Management

https://github.com/mycontroller-org/mycontroller-parent-pom

Download mycontroller-parent

Filename Size
mycontroller-parent-43.pom 35 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.mycontroller/mycontroller-parent/ -->
<dependency>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-parent</artifactId>
    <version>43</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-parent/
implementation 'org.mycontroller:mycontroller-parent:43'
// https://jarcasting.com/artifacts/org.mycontroller/mycontroller-parent/
implementation ("org.mycontroller:mycontroller-parent:43")
'org.mycontroller:mycontroller-parent:pom:43'
<dependency org="org.mycontroller" name="mycontroller-parent" rev="43">
  <artifact name="mycontroller-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mycontroller', module='mycontroller-parent', version='43')
)
libraryDependencies += "org.mycontroller" % "mycontroller-parent" % "43"
[org.mycontroller/mycontroller-parent "43"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

mycontroller-parent-pom

A common configuration base for building MyController projects.

How to use

To use this mycontroller-parent-pom as the base of your project, just add the following snippet at the beginning of your project’s pom.xml file:

  <parent>
    <groupId>org.mycontroller</groupId>
    <artifactId>mycontroller-parent</artifactId>
    <version>1</version>
  </parent>
org.mycontroller

MyController.org

The Open Source Controller

Versions

Version
43
42
41
40
39
38
37
36
34
33
32
31
30
29
28
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1