Interface MavenArtifact
-
- All Superinterfaces:
Artifact
- All Known Implementing Classes:
ImmutableMavenArtifact
@Immutable public interface MavenArtifact extends Artifact
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
MavenArtifact.Builder
-
Method Summary
Static Methods Modifier and Type Method Description static MavenArtifact
from(String groupId, String artifactId)
-
Methods inherited from interface org.apache.camel.k.tooling.maven.model.Artifact
getArtifactId, getGroupId, getVersion
-
-
-
-
Method Detail
-
from
static MavenArtifact from(String groupId, String artifactId)
-
-