License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.coderepositories |
ArtifactId | ArtifactIdmaven-plugins |
Last Version | Last Version1.0.v201602292337 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmaven-plugins
My Java Commons Plugins - Maven Plugins
|
Filename | Size |
---|---|
maven-plugins-1.0.v201602292337.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.coderepositories/maven-plugins/ -->
<dependency>
<groupId>com.github.coderepositories</groupId>
<artifactId>maven-plugins</artifactId>
<version>1.0.v201602292337</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.coderepositories/maven-plugins/
implementation 'com.github.coderepositories:maven-plugins:1.0.v201602292337'
// https://jarcasting.com/artifacts/com.github.coderepositories/maven-plugins/
implementation ("com.github.coderepositories:maven-plugins:1.0.v201602292337")
'com.github.coderepositories:maven-plugins:pom:1.0.v201602292337'
<dependency org="com.github.coderepositories" name="maven-plugins" rev="1.0.v201602292337">
<artifact name="maven-plugins" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.coderepositories', module='maven-plugins', version='1.0.v201602292337')
)
libraryDependencies += "com.github.coderepositories" % "maven-plugins" % "1.0.v201602292337"
[com.github.coderepositories/maven-plugins "1.0.v201602292337"]