| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.preesm.maven |
| ArtifactId | ArtifactIdcoding-policy |
| Last Version | Last Version1.3.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPreesm Maven :: Coding Policy
This project provides few Maven helper plugins for automating release tasks and auto configuration of the IDE.
|
| Project Organization |
Project OrganizationIETR / INSA Rennes - VAADER |
| Filename | Size |
|---|---|
| coding-policy-1.3.1.pom | |
| coding-policy-1.3.1.jar | 9 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.preesm.maven/coding-policy/ -->
<dependency>
<groupId>org.preesm.maven</groupId>
<artifactId>coding-policy</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.preesm.maven/coding-policy/
implementation 'org.preesm.maven:coding-policy:1.3.1'
// https://jarcasting.com/artifacts/org.preesm.maven/coding-policy/
implementation ("org.preesm.maven:coding-policy:1.3.1")
'org.preesm.maven:coding-policy:jar:1.3.1'
<dependency org="org.preesm.maven" name="coding-policy" rev="1.3.1">
<artifact name="coding-policy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.preesm.maven', module='coding-policy', version='1.3.1')
)
libraryDependencies += "org.preesm.maven" % "coding-policy" % "1.3.1"
[org.preesm.maven/coding-policy "1.3.1"]