License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdde.lightful.maven.drools.plugin |
ArtifactId | ArtifactIdartifact-naming |
Last Version | Last Version0.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Drools Support :: Plugin :: Artifact Naming
Definition of common artifact types, file extensions, goal and scope names for the Drools Maven Plugin
|
Filename | Size |
---|---|
artifact-naming-0.3.0.pom | |
artifact-naming-0.3.0.jar | 3 KB |
artifact-naming-0.3.0-sources.jar | 2 KB |
artifact-naming-0.3.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.lightful.maven.drools.plugin/artifact-naming/ -->
<dependency>
<groupId>de.lightful.maven.drools.plugin</groupId>
<artifactId>artifact-naming</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.lightful.maven.drools.plugin/artifact-naming/
implementation 'de.lightful.maven.drools.plugin:artifact-naming:0.3.0'
// https://jarcasting.com/artifacts/de.lightful.maven.drools.plugin/artifact-naming/
implementation ("de.lightful.maven.drools.plugin:artifact-naming:0.3.0")
'de.lightful.maven.drools.plugin:artifact-naming:jar:0.3.0'
<dependency org="de.lightful.maven.drools.plugin" name="artifact-naming" rev="0.3.0">
<artifact name="artifact-naming" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.lightful.maven.drools.plugin', module='artifact-naming', version='0.3.0')
)
libraryDependencies += "de.lightful.maven.drools.plugin" % "artifact-naming" % "0.3.0"
[de.lightful.maven.drools.plugin/artifact-naming "0.3.0"]